diff options
Diffstat (limited to 'src/include/commands.h')
-rw-r--r-- | src/include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands.h b/src/include/commands.h index 3fd2cb8..fed35e7 100644 --- a/src/include/commands.h +++ b/src/include/commands.h @@ -5,7 +5,7 @@ struct commands { char *text; void (*fun)(); void (*flush)(); -} ; +}; int commands(); |