about summary refs log tree commit diff stats
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.h b/command.h
index 7efc4acf..d0d57022 100644
--- a/command.h
+++ b/command.h
@@ -24,6 +24,6 @@
 #define COMMAND_H
 
 void cmd_init(void);
-int process_input(char *inp);
+gboolean process_input(char *inp);
 
 #endif