mirror of
https://github.com/curl/curl.git
synced 2026-08-05 02:56:13 +03:00
lib: Curl_posttransfer => multi_posttransfer
Moved from transfer.c to multi.c as it was only used within multi.c Made a void, as it returned a fixed return code nothing checked. Closes #14240
This commit is contained in:
parent
bb639db6fb
commit
eef17551ac
3 changed files with 27 additions and 30 deletions
|
|
@ -32,7 +32,6 @@ char *Curl_checkheaders(const struct Curl_easy *data,
|
|||
void Curl_init_CONNECT(struct Curl_easy *data);
|
||||
|
||||
CURLcode Curl_pretransfer(struct Curl_easy *data);
|
||||
CURLcode Curl_posttransfer(struct Curl_easy *data);
|
||||
|
||||
typedef enum {
|
||||
FOLLOW_NONE, /* not used within the function, just a placeholder to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue