pingpong: Renamed curl_ftptransfer to curl_pp_transfer

This commit is contained in:
Steve Holme 2013-02-23 17:09:24 +00:00
parent 0ee79114ef
commit 4afcb77820
4 changed files with 5 additions and 5 deletions

View file

@ -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