summaryrefslogtreecommitdiff
path: root/frontends/monkey/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/monkey/dispatch.h')
-rw-r--r--frontends/monkey/dispatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/monkey/dispatch.h b/frontends/monkey/dispatch.h
index dc6e50a0b..11b1c0239 100644
--- a/frontends/monkey/dispatch.h
+++ b/frontends/monkey/dispatch.h
@@ -25,4 +25,6 @@ nserror monkey_register_handler(const char *cmd, handle_command_fn fn);
void monkey_process_command(void);
+void monkey_free_handlers(void);
+
#endif /* NETSURF_MONKEY_DISPATCH_H */