old-bannertool/source/cmd.h

6 lines
No EOL
93 B
C

#ifndef __CMD_H__
#define __CMD_H__
int cmd_process_command(int argc, char* argv[]);
#endif