arguments.h

changeset 30
d642fdb6745e
parent 20
43725438ac50
     1.1 --- a/arguments.h	Thu Feb 02 16:55:51 2012 +0100
     1.2 +++ b/arguments.h	Thu Feb 09 15:56:18 2012 +0100
     1.3 @@ -9,13 +9,16 @@
     1.4  #define ARGUMENTS_H_
     1.5  
     1.6  #include "stdinc.h"
     1.7 +#include "string_list.h"
     1.8  
     1.9  #ifdef _cplusplus
    1.10  extern "C" {
    1.11  #endif
    1.12  
    1.13  int checkArgument(const char*, const char*);
    1.14 +bool checkParamOpt(int*);
    1.15  bool registerArgument(int*, int);
    1.16 +void parseCSL(char*, string_list_t*);
    1.17  
    1.18  #ifdef _cplusplus
    1.19  }

mercurial