summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-12-19 21:54:51 +0000
committerJames Bursa <james@netsurf-browser.org>2005-12-19 21:54:51 +0000
commitad13eb98af61e53c5f476868509523110de37871 (patch)
tree0cbc4d79e76e00e59f64fe6c9e8743bc1cccac55 /content/fetch.h
parent17aa1a3ff364c3313b72119a71219ed941b71fc1 (diff)
downloadnetsurf-ad13eb98af61e53c5f476868509523110de37871.tar.gz
netsurf-ad13eb98af61e53c5f476868509523110de37871.tar.bz2
[project @ 2005-12-19 21:54:51 by bursa]
Fix busy polling in gtk build. svn path=/import/netsurf/; revision=1900
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 eb2721b10..38de5d090 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -13,6 +13,7 @@
#define _NETSURF_DESKTOP_FETCH_H_
#include <stdbool.h>
+#include "curl/curl.h"
#include "netsurf/utils/config.h"
typedef enum {
@@ -34,6 +35,7 @@ struct form_successful_control;
#endif
extern bool fetch_active;
+extern CURLM *fetch_curl_multi;
void fetch_init(void);
struct fetch * fetch_start(char *url, char *referer,