Skip to content
Snippets Groups Projects
Commit ad388a7d authored by Steve Holme's avatar Steve Holme
Browse files

tool_getparam.h: Fixed compilation warning

warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
parent 87683d4b
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ typedef enum {
PARAM_LAST
} ParameterError;
struct GlobalConfig;
struct OperationConfig;
ParameterError getparameter(char *flag,
......
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