old-bannertool/source/cmd.h
Dorian Wouters 21ee45095b Fix header include guards names
Symbols starting with two underscores are reserved, as per the C
standard.
2016-01-27 16:49:48 +01:00

6 lines
No EOL
85 B
C

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