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
|
||||
} ParameterError;
|
||||
|
||||
struct Configurable;
|
||||
|
||||
ParameterError getparameter(char *flag,
|
||||
char *nextarg,
|
||||
bool *usedarg,
|
||||
|
Loading…
x
Reference in New Issue
Block a user