diff options
Diffstat (limited to 'commands.h')
| -rw-r--r-- | commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | struct commands { | 4 | struct 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 | ||
