summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'monkey')
-rw-r--r--monkey/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/monkey/main.c b/monkey/main.c
index 45be754e1..03421ef03 100644
--- a/monkey/main.c
+++ b/monkey/main.c
@@ -91,6 +91,12 @@ static void quit_handler(int argc, char **argv)
netsurf_quit = true;
}
+/* Documented in desktop/options.h */
+void gui_options_init_defaults(void)
+{
+ /* Set defaults for absent option strings */
+}
+
int
main(int argc, char **argv)
{