mirror of
https://github.com/curl/curl.git
synced 2025-09-27 14:36:48 +03:00
tool_getparam.h: fix compiler error
forward declare the Configurable struct
This commit is contained in:
parent
870c99b7e7
commit
dd576194ce
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user