From 552ba67bb1a043f23972e09511669f9617e4dbf2 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 15 Apr 2013 20:16:28 +0100 Subject: pop3: Added missing comment for pop3_state_apop_resp() --- lib/pop3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/pop3.c') 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) { -- cgit v1.2.3