From: Steve Holme Date: Mon, 15 Apr 2013 19:16:28 +0000 (+0100) Subject: pop3: Added missing comment for pop3_state_apop_resp() X-Git-Tag: curl-7_31_0~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=552ba67bb1a043f23972e09511669f9617e4dbf2;p=thirdparty%2Fcurl.git pop3: Added missing comment for pop3_state_apop_resp() --- diff --git a/lib/pop3.c b/lib/pop3.c index dfd8edcaeb..05d9345850 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) {