i3
include/cmdparse.h
Go to the documentation of this file.
00001 #ifndef _CMDPARSE_H
00002 #define _CMDPARSE_H
00003 
00004 char *parse_cmd(const char *new);
00005 
00006 #endif