Moved start commands to command.module

This commit is contained in:
James Booth
2012-02-10 23:53:13 +00:00
parent 0e30c795a5
commit 9db56f4fc1
3 changed files with 35 additions and 37 deletions

View File

@@ -1,6 +1,11 @@
#ifndef COMMAND_H
#define COMMAND_H
#define AWAIT_COMMAND 1
#define START_MAIN 2
#define QUIT_PROF 3
int handle_start_command(char *cmd);
int handle_command(char *cmd);
#endif