tool_getparam.h: Fixed compilation warning
authorSteve Holme <steve_holme@hotmail.com>
Tue, 25 Feb 2014 07:16:51 +0000 (07:16 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 25 Feb 2014 07:16:51 +0000 (07:16 +0000)
warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function

src/tool_getparam.h

index 23628c0..a13ce6d 100644 (file)
@@ -41,6 +41,7 @@ typedef enum {
   PARAM_LAST
 } ParameterError;
 
+struct GlobalConfig;
 struct OperationConfig;
 
 ParameterError getparameter(char *flag,