diff options
Diffstat (limited to 'src/tool_helpers.h')
-rw-r--r-- | src/tool_helpers.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/tool_helpers.h b/src/tool_helpers.h index dd085e2cc..fab026b05 100644 --- a/src/tool_helpers.h +++ b/src/tool_helpers.h @@ -26,11 +26,7 @@ #include "tool_setup.h" const char *param2text(ParameterError error); - -int SetHTTPrequest(struct OperationConfig *config, HttpReq req, - HttpReq *store); - -void customrequest_helper(struct OperationConfig *config, HttpReq req, - char *method); +int SetHTTPrequest(HttpReq req, HttpReq *store); +void customrequest_helper(HttpReq req, char *method); #endif /* HEADER_CURL_TOOL_HELPERS_H */ |