From e2201dc849e7d5ba3104021559630030f6a8eec0 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 23 Feb 2013 16:06:54 +0000 Subject: pop3: Introduced a custom POP3 structure for per-request data Created a new POP3 structure and changed the type of the pop3 proto variable in connectdata from FTP* to POP*. --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/urldata.h') 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 */ -- cgit v1.2.3