about summary refs log tree commit diff stats
path: root/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds.h')
-rw-r--r--cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds.h b/cmds.h
index 78a1c13..5951148 100644
--- a/cmds.h
+++ b/cmds.h
@@ -6,6 +6,6 @@
 
 extern command CMD_LIST[];
 void init_state(state *s);
-void exec(char *buf, state *s);
+int exec(char *buf, state *s);
 
 #endif