Skip to content
Snippets Groups Projects
Commit dd576194 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tool_getparam.h: fix compiler error

forward declare the Configurable struct
parent 870c99b7
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ typedef enum {
PARAM_LAST
} ParameterError;
struct Configurable;
ParameterError getparameter(char *flag,
char *nextarg,
bool *usedarg,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment