mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
tool: Fixed line longer than 79 characters from commit 705a4cb549
This commit is contained in:
parent
cc31a4a645
commit
0d9ddf91ca
@ -35,7 +35,8 @@ char **__crt0_glob_function(char *arg);
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
CURLcode FindWin32CACert(struct OperationConfig *config, const char *bundle_file);
|
||||
CURLcode FindWin32CACert(struct OperationConfig *config,
|
||||
const char *bundle_file);
|
||||
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
@ -25,7 +25,8 @@
|
||||
|
||||
const char *param2text(int res);
|
||||
|
||||
int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store);
|
||||
int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
|
||||
HttpReq *store);
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_HELPERS_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user