| 102:665b60727a89 | 103:31fa205db85a |
|---|---|
| 32 | 32 |
| 33 #ifdef _cplusplus | 33 #ifdef _cplusplus |
| 34 extern "C" { | 34 extern "C" { |
| 35 #endif | 35 #endif |
| 36 | 36 |
| 37 int checkArgument(const char*, const char*); | 37 int argument_check(const char*, const char*); |
| 38 bool checkParamOpt(int*); | 38 bool argument_register(int*, int); |
| 39 bool registerArgument(int*, int); | 39 void parse_csl(const char*, string_list*); |
| 40 void parseCSL(const char*, string_list*); | |
| 41 | 40 |
| 42 #ifdef _cplusplus | 41 #ifdef _cplusplus |
| 43 } | 42 } |
| 44 #endif | 43 #endif |
| 45 | 44 |