Start command validation

This commit is contained in:
James Booth
2012-02-18 22:51:08 +00:00
parent 809daa9395
commit 18c97a431a
7 changed files with 83 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
#define START_MAIN 2
#define QUIT_PROF 3
int handle_start_command(char *cmd);
int handle_start_command(char *inp);
int handle_command(char *cmd);
#endif