1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00

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

View File

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