summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-05-07 19:14:54 +0000
committerJames Bursa <james@netsurf-browser.org>2004-05-07 19:14:54 +0000
commit24fb50b120a1d56e033b53d455fcc3e877b3eea4 (patch)
tree2c7aebb7557766b190ecf47a76dda403ed56c10a /desktop/gui.h
parent9d9f208d7e7a9f8d8ef3dc8b481f21e5db428471 (diff)
downloadnetsurf-24fb50b120a1d56e033b53d455fcc3e877b3eea4.tar.gz
netsurf-24fb50b120a1d56e033b53d455fcc3e877b3eea4.tar.bz2
[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
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 1 insertions, 1 deletions
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