mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:37:17 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ typedef enum {
|
|||
PARAM_LAST
|
||||
} ParameterError;
|
||||
|
||||
struct GlobalConfig;
|
||||
struct OperationConfig;
|
||||
|
||||
ParameterError getparameter(char *flag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue