summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-02-09 12:58:15 +0000
committerJames Bursa <james@netsurf-browser.org>2003-02-09 12:58:15 +0000
commita4c5929a2fac1cb0c039b2d009d8093ac81a90d7 (patch)
tree710bf4247d92ec63df7c92815c5360ec907a4b66 /desktop/netsurf.h
parent948dfeb1c2404e6bdad8c20c83a26f3eecb3764a (diff)
downloadnetsurf-a4c5929a2fac1cb0c039b2d009d8093ac81a90d7.tar.gz
netsurf-a4c5929a2fac1cb0c039b2d009d8093ac81a90d7.tar.bz2
[project @ 2003-02-09 12:58:14 by bursa]
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h21
1 files changed, 1 insertions, 20 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
index 1ebdf9d88..7acab2537 100644
--- a/desktop/netsurf.h
+++ b/desktop/netsurf.h
@@ -1,35 +1,16 @@
/**
- * $Id: netsurf.h,v 1.1 2002/09/11 14:24:02 monkeyson Exp $
+ * $Id: netsurf.h,v 1.2 2003/02/09 12:58:15 bursa Exp $
*/
#ifndef _NETSURF_DESKTOP_NETSURF_H_
#define _NETSURF_DESKTOP_NETSURF_H_
-#include "netsurf/desktop/fetch.h"
#include "netsurf/desktop/browser.h"
-extern struct fetch* netsurf_fetches;
extern gui_window* netsurf_gui_windows;
-
extern int netsurf_quit;
void netsurf_poll(void);
-void Log(char* func, char* msg);
#endif
-#ifndef _NETSURF_DESKTOP_NETSURF_H_
-#define _NETSURF_DESKTOP_NETSURF_H_
-
-#include "netsurf/desktop/fetch.h"
-#include "netsurf/desktop/browser.h"
-
-extern struct fetch* netsurf_fetches;
-extern gui_window* netsurf_gui_windows;
-
-extern int netsurf_quit;
-
-void netsurf_poll(void);
-void Log(char* func, char* msg);
-
-#endif