From b212e59a20f304132e8c6636771d250ac7998ad3 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 6 Nov 2003 19:41:41 +0000 Subject: [project @ 2003-11-06 19:41:41 by bursa] Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406 --- content/fetch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/fetch.h') 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), -- cgit v1.2.3