aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pop3.h')
-rw-r--r--lib/pop3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.h b/lib/pop3.h
index cfad93c84..05df8bc6f 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -58,7 +58,7 @@ typedef enum {
used. */
struct POP3 {
curl_off_t *bytecountp;
- curl_ftptransfer transfer;
+ curl_pp_transfer transfer;
char *mailbox; /* Message ID */
char *custom; /* Custom Request */
};