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

@@ -57,7 +57,7 @@ typedef enum {
used. */
struct IMAP {
curl_off_t *bytecountp;
curl_ftptransfer transfer;
curl_pp_transfer transfer;
char *mailbox; /* Mailbox to select */
};