old-bannertool/source/cmd.h

6 lines
93 B
C
Raw Normal View History

2015-01-26 03:04:27 +00:00
#ifndef __CMD_H__
#define __CMD_H__
2015-01-24 03:25:35 +00:00
2015-01-26 03:04:27 +00:00
int cmd_process_command(int argc, char* argv[]);
2015-01-24 03:25:35 +00:00
#endif