tool_getparam.h: fix compiler error

forward declare the Configurable struct
This commit is contained in:
Daniel Stenberg 2012-06-08 23:14:30 +02:00
parent 870c99b7e7
commit dd576194ce
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ typedef enum {
PARAM_LAST PARAM_LAST
} ParameterError; } ParameterError;
struct Configurable;
ParameterError getparameter(char *flag, ParameterError getparameter(char *flag,
char *nextarg, char *nextarg,
bool *usedarg, bool *usedarg,