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

1
util.h
View File

@@ -2,5 +2,6 @@
#define UTIL_H
void get_time(char *thetime);
char *trim(char *str);
#endif