summaryrefslogtreecommitdiff
path: root/monkey/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/dispatch.h')
-rw-r--r--monkey/dispatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/dispatch.h b/monkey/dispatch.h
index fe8f4e2f8..dc6e50a0b 100644
--- a/monkey/dispatch.h
+++ b/monkey/dispatch.h
@@ -21,7 +21,7 @@
typedef void (*handle_command_fn)(int argc, char **argv);
-void monkey_register_handler(const char *cmd, handle_command_fn fn);
+nserror monkey_register_handler(const char *cmd, handle_command_fn fn);
void monkey_process_command(void);