From 0704dd770d545271ff11210e983a434a043738a7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 23 Feb 2014 16:04:39 +0000 Subject: tool_getparam: Added global config to getparameter() In preparation for parsing global options added the GlobalConfig structure to the getparameter() function. --- src/tool_parsecfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_parsecfg.h') diff --git a/src/tool_parsecfg.h b/src/tool_parsecfg.h index af9f50bf1..c3b19d544 100644 --- a/src/tool_parsecfg.h +++ b/src/tool_parsecfg.h @@ -23,7 +23,7 @@ ***************************************************************************/ #include "tool_setup.h" -int parseconfig(const char *filename, struct OperationConfig *config); +int parseconfig(const char *filename, struct GlobalConfig *config); #endif /* HEADER_CURL_TOOL_PARSECFG_H */ -- cgit v1.2.3