| 98:09ad5d8ab860 | 99:094eff4cfc03 |
|---|---|
| 35 #endif | 35 #endif |
| 36 | 36 |
| 37 int checkArgument(const char*, const char*); | 37 int checkArgument(const char*, const char*); |
| 38 bool checkParamOpt(int*); | 38 bool checkParamOpt(int*); |
| 39 bool registerArgument(int*, int); | 39 bool registerArgument(int*, int); |
| 40 void parseCSL(char*, string_list_t*); | 40 void parseCSL(char*, string_list*); |
| 41 | 41 |
| 42 #ifdef _cplusplus | 42 #ifdef _cplusplus |
| 43 } | 43 } |
| 44 #endif | 44 #endif |
| 45 | 45 |