diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-27 21:20:11 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-27 21:20:11 +0000 |
commit | afad1ce753a108d64747e5d03168ace4b65aa751 (patch) | |
tree | 93390c7d22b39a597b979ee75b3d1d1d2f244a98 /lib/pop3.h | |
parent | 13006f3de9ec017ff27b50b82f9cf02abdcf22e5 (diff) | |
download | curl-afad1ce753a108d64747e5d03168ace4b65aa751.tar.gz |
pop3: Re-factored the final POP3_AUTH constant
Changed the final POP3_AUTH constant to POP3_AUTH_FINAL for consistency
with the response function.
Diffstat (limited to 'lib/pop3.h')
-rw-r--r-- | lib/pop3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.h b/lib/pop3.h index 335e67d77..129dffc71 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -43,7 +43,7 @@ typedef enum { POP3_AUTH_DIGESTMD5_RESP, POP3_AUTH_NTLM, POP3_AUTH_NTLM_TYPE2MSG, - POP3_AUTH, + POP3_AUTH_FINAL, POP3_APOP, POP3_USER, POP3_PASS, |