mirror of
https://github.com/curl/curl.git
synced 2026-06-04 19:54:20 +03:00
tool_getparam.h: fix compiler error
forward declare the Configurable struct
This commit is contained in:
parent
870c99b7e7
commit
dd576194ce
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ typedef enum {
|
|||
PARAM_LAST
|
||||
} ParameterError;
|
||||
|
||||
struct Configurable;
|
||||
|
||||
ParameterError getparameter(char *flag,
|
||||
char *nextarg,
|
||||
bool *usedarg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue