diff -r fa625066ae52 -r d642fdb6745e arguments.h --- a/arguments.h Thu Feb 02 16:55:51 2012 +0100 +++ b/arguments.h Thu Feb 09 15:56:18 2012 +0100 @@ -9,13 +9,16 @@ #define ARGUMENTS_H_ #include "stdinc.h" +#include "string_list.h" #ifdef _cplusplus extern "C" { #endif int checkArgument(const char*, const char*); +bool checkParamOpt(int*); bool registerArgument(int*, int); +void parseCSL(char*, string_list_t*); #ifdef _cplusplus }