pop3: Added missing comment for pop3_state_apop_resp()

This commit is contained in:
Steve Holme 2013-04-15 20:16:28 +01:00
parent 651254dcc7
commit 552ba67bb1

View File

@ -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)
{