summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
blob: c9b3d182c00bbebcf7e81ce7a11cb0894506bf2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * $Id: fetchcache.h,v 1.5 2003/06/17 19:24:20 bursa Exp $
 */

#ifndef _NETSURF_DESKTOP_FETCHCACHE_H_
#define _NETSURF_DESKTOP_FETCHCACHE_H_

#include "netsurf/content/content.h"

struct content * fetchcache(const char *url, char *referer,
		void (*callback)(content_msg msg, struct content *c, void *p1,
			void *p2, const char *error),
		void *p1, void *p2, unsigned long width, unsigned long height);

#endif