From 4afcb778203bf5af15804a1897596c6feb4d3b81 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 23 Feb 2013 17:09:24 +0000 Subject: pingpong: Renamed curl_ftptransfer to curl_pp_transfer --- lib/imap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/imap.h') diff --git a/lib/imap.h b/lib/imap.h index 1841ddf61..6fa1ba4f2 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -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 */ }; -- cgit v1.2.3