From 811106028fd050cdee11fbc8732ba39f2de5e12a Mon Sep 17 00:00:00 2001 From: Phil Mellor Date: Wed, 11 Sep 2002 14:24:02 +0000 Subject: [project @ 2002-09-11 14:24:02 by monkeyson] RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33 --- desktop/netsurf.h | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 desktop/netsurf.h (limited to 'desktop/netsurf.h') 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 -- cgit v1.2.3