mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
This commit is contained in:
parent
0ee79114ef
commit
4afcb77820
4 changed files with 5 additions and 5 deletions
|
|
@ -37,7 +37,7 @@ typedef enum {
|
|||
FTPTRANSFER_INFO, /* do still go through to get info/headers */
|
||||
FTPTRANSFER_NONE, /* don't get anything and don't get info */
|
||||
FTPTRANSFER_LAST /* end of list marker, never used */
|
||||
} curl_ftptransfer;
|
||||
} curl_pp_transfer;
|
||||
|
||||
/*
|
||||
* 'pingpong' is the generic struct used for protocols doing server<->client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue