aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 3e668badd..5c4458f71 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1293,7 +1293,7 @@ struct UrlState {
void *generic;
struct SSHPROTO *ssh;
struct IMAP *imap;
- struct FTP *pop3;
+ struct POP3 *pop3;
struct FTP *smtp;
} proto;
/* current user of this SessionHandle instance, or NULL */