1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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