cline.h

changeset 12
902cb8d2053c
parent 11
06cbd0ec003d
child 14
ee9333c91dda
equal deleted inserted replaced
11:06cbd0ec003d 12:902cb8d2053c
13 13
14 #ifdef _cplusplus 14 #ifdef _cplusplus
15 extern "C" { 15 extern "C" {
16 #endif 16 #endif
17 17
18 void printHelpText(const char*); 18 void printHelpText();
19 int exit_with_help(char*, settings_t*, int); 19 int exit_with_help(settings_t*, int);
20 20
21 #ifdef _cplusplus 21 #ifdef _cplusplus
22 } 22 }
23 #endif 23 #endif
24 24

mercurial