00001 #ifndef _CMDPARSE_H 00002 #define _CMDPARSE_H 00003 00004 char *parse_cmd(const char *new); 00005 00006 #endif