diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-15 20:16:28 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-15 20:27:49 +0100 |
commit | 552ba67bb1a043f23972e09511669f9617e4dbf2 (patch) | |
tree | 98ca48a4a6e8b95297933fe4db338102757c9be7 | |
parent | 651254dcc713d0f53375f8abc0885a8d2ba0389f (diff) |
pop3: Added missing comment for pop3_state_apop_resp()
-rw-r--r-- | lib/pop3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index dfd8edcae..05d934585 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1098,6 +1098,7 @@ static CURLcode pop3_state_auth_final_resp(struct connectdata *conn, } #ifndef CURL_DISABLE_CRYPTO_AUTH +/* For APOP responses */ static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code, pop3state instate) { |