summaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index da05a8d..0e36409 100644
--- a/commands.h
+++ b/commands.h
@@ -3,7 +3,7 @@
3 3
4struct commands { 4struct commands {
5 char *text; 5 char *text;
6 void (*fun)(); 6 void (*fun)(char *arg);
7 void (*flush)(); 7 void (*flush)();
8} ; 8} ;
9 9