diff options
Diffstat (limited to 'src/tool_stderr.h')
-rw-r--r-- | src/tool_stderr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_stderr.h b/src/tool_stderr.h index 8edc8ab65..94c508579 100644 --- a/src/tool_stderr.h +++ b/src/tool_stderr.h @@ -27,6 +27,6 @@ #include "tool_cfgable.h" void tool_init_stderr(void); -void tool_set_stderr_file(struct GlobalConfig *global, const char *filename); +void tool_set_stderr_file(const char *filename); #endif /* HEADER_CURL_TOOL_STDERR_H */ |