tool_getparam.h: Fixed compilation warning

warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
This commit is contained in:
Steve Holme 2014-02-25 07:16:51 +00:00
parent 87683d4b76
commit ad388a7d37
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ typedef enum {
PARAM_LAST
} ParameterError;
struct GlobalConfig;
struct OperationConfig;
ParameterError getparameter(char *flag,