summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index f8161c975..446f8c05a 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -1,5 +1,5 @@
/**
- * $Id: netsurf.c,v 1.6 2003/02/09 12:58:15 bursa Exp $
+ * $Id: netsurf.c,v 1.7 2003/03/04 11:59:35 bursa Exp $
*/
#include "netsurf/desktop/netsurf.h"
@@ -13,6 +13,9 @@
int netsurf_quit = 0;
gui_window* netsurf_gui_windows = NULL;
+static void netsurf_init(int argc, char** argv);
+static void netsurf_exit(void);
+
void netsurf_poll(void)
{