9 lines
129 B
C
9 lines
129 B
C
#ifndef OPTIONS_H
|
|
#define OPTIONS_H
|
|
|
|
void help();
|
|
void version();
|
|
void parseOptions(int argc, char *argv[]);
|
|
|
|
#endif //OPTIONS_H
|