From 74ffc40e9238c9897ae47b8118f642565e9654a0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 2 Apr 2011 13:05:55 +0000 Subject: move logging initialisation svn path=/trunk/netsurf/; revision=12152 --- desktop/gui.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'desktop/gui.h') 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 +bool nslog_ensure(FILE *fptr); + void gui_multitask(void); void gui_poll(bool active); void gui_quit(void); -- cgit v1.2.3