summaryrefslogtreecommitdiff
path: root/desktop/netsurf.h
diff options
context:
space:
mode:
authorPhil Mellor <phil@monkeyson.info>2002-09-11 14:24:02 +0000
committerPhil Mellor <phil@monkeyson.info>2002-09-11 14:24:02 +0000
commit811106028fd050cdee11fbc8732ba39f2de5e12a (patch)
tree0194609193dc142881958ff81bef57f07da71b54 /desktop/netsurf.h
parenta46eef0002d061c3363756182a592be7646ae79b (diff)
downloadnetsurf-811106028fd050cdee11fbc8732ba39f2de5e12a.tar.gz
netsurf-811106028fd050cdee11fbc8732ba39f2de5e12a.tar.bz2
[project @ 2002-09-11 14:24:02 by monkeyson]
RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33
Diffstat (limited to 'desktop/netsurf.h')
-rw-r--r--desktop/netsurf.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/desktop/netsurf.h b/desktop/netsurf.h
new file mode 100644
index 000000000..1ebdf9d88
--- /dev/null
+++ b/desktop/netsurf.h
@@ -0,0 +1,35 @@
+/**
+ * $Id: netsurf.h,v 1.1 2002/09/11 14:24:02 monkeyson 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