diff options
Diffstat (limited to 'src/tool_parsecfg.h')
-rw-r--r-- | src/tool_parsecfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |