summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-04-02 13:05:55 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-04-02 13:05:55 +0000
commit74ffc40e9238c9897ae47b8118f642565e9654a0 (patch)
tree745b3c7936a1675e4d1e57f0be341518aa9e00ed /desktop/gui.h
parenta65d235a173b52a47bfdf62396c51747529d38ba (diff)
downloadnetsurf-74ffc40e9238c9897ae47b8118f642565e9654a0.tar.gz
netsurf-74ffc40e9238c9897ae47b8118f642565e9654a0.tar.bz2
move logging initialisation
svn path=/trunk/netsurf/; revision=12152
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 141e82af5..596587631 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -67,7 +67,10 @@ typedef enum { GUI_POINTER_DEFAULT, GUI_POINTER_POINT, GUI_POINTER_CARET,
#include "desktop/search.h"
#include "utils/errors.h"
-void gui_stdout(void);
+/** \todo remove these when each frontend calls nslog_init */
+#include <stdio.h>
+bool nslog_ensure(FILE *fptr);
+
void gui_multitask(void);
void gui_poll(bool active);
void gui_quit(void);