Handle nothing in main command

This commit is contained in:
James Booth
2012-02-18 23:17:01 +00:00
parent 34fba754ea
commit 94c97e08ab
2 changed files with 17 additions and 10 deletions

View File

@@ -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