summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 36d40e098..12326970b 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -26,5 +26,6 @@ struct content * fetchcache(const char *url, char *referer,
void *p1, void *p2, unsigned long width, unsigned long height,
bool only_2xx, char *post_urlenc,
struct form_successful_control *post_multipart, bool cookies);
+void fetchcache_init(void);
#endif