diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-23 14:32:22 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-24 20:01:37 +0000 |
commit | 59b5ef444e4682f66d9a16ff793f60903857dd35 (patch) | |
tree | b999e92392ddb0440751e023c0095dde04c5c6e4 /src/tool_getparam.h | |
parent | 0d9ddf91ca896d5a4ed5525a426ff74bd2bc6726 (diff) | |
download | curl-59b5ef444e4682f66d9a16ff793f60903857dd35.tar.gz |
tool_main: Moved easy handle into global config structure
Diffstat (limited to 'src/tool_getparam.h')
-rw-r--r-- | src/tool_getparam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_getparam.h b/src/tool_getparam.h index 159319072..23628c00f 100644 --- a/src/tool_getparam.h +++ b/src/tool_getparam.h @@ -54,7 +54,7 @@ void parse_cert_parameter(const char *cert_parameter, char **passphrase); #endif -ParameterError parse_args(struct OperationConfig *config, int argc, +ParameterError parse_args(struct GlobalConfig *config, int argc, argv_item_t argv[]); #endif /* HEADER_CURL_TOOL_GETPARAM_H */ |