tool_getparam.h: fix compiler error
forward declare the Configurable struct
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user