aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-23 16:06:54 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-23 16:06:54 +0000
commite2201dc849e7d5ba3104021559630030f6a8eec0 (patch)
tree46ef86fbb28072dc75fd5f36bdacfba6080da986 /lib/urldata.h
parent4cfc7f951c7cbd596849a1b942bc676132f97e15 (diff)
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*.
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 */