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:
parent
87683d4b76
commit
ad388a7d37
@ -41,6 +41,7 @@ typedef enum {
|
||||
PARAM_LAST
|
||||
} ParameterError;
|
||||
|
||||
struct GlobalConfig;
|
||||
struct OperationConfig;
|
||||
|
||||
ParameterError getparameter(char *flag,
|
||||
|
Loading…
Reference in New Issue
Block a user