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 6180e313..b0b2cbea 100644
--- a/command.h
+++ b/command.h
@@ -6,6 +6,6 @@
 #define QUIT_PROF 3
 
 int handle_start_command(char *inp);
-int handle_command(char *cmd);
+int handle_command(char *inp);
 
 #endif