summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/fetch.h b/content/fetch.h
index 492645df9..fad1f50f0 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -20,6 +20,8 @@ struct content;
struct fetch;
struct form_successful_control;
+extern bool fetch_active;
+
void fetch_init(void);
struct fetch * fetch_start(char *url, char *referer,
void (*callback)(fetch_msg msg, void *p, char *data, unsigned long size),