From 24fb50b120a1d56e033b53d455fcc3e877b3eea4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 7 May 2004 19:14:54 +0000 Subject: [project @ 2004-05-07 19:14:54 by bursa] Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841 --- desktop/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index df3ed5ad9..f6a87004d 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -62,6 +62,6 @@ void gui_window_place_caret(gui_window *g, int x, int y, int height); void gui_launch_url(char *url); -void warn_user(const char *warning); +void warn_user(const char *warning, const char *detail); #endif -- cgit v1.2.3