diff options
Diffstat (limited to 'src/tool_operate.h')
-rw-r--r-- | src/tool_operate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.h b/src/tool_operate.h index 01c5fd42b..86283f7a4 100644 --- a/src/tool_operate.h +++ b/src/tool_operate.h @@ -23,7 +23,7 @@ ***************************************************************************/ #include "tool_setup.h" -CURLcode operate(struct Configurable *config, int argc, argv_item_t argv[]); +CURLcode operate(struct OperationConfig *config, int argc, argv_item_t argv[]); #endif /* HEADER_CURL_TOOL_OPERATE_H */ |