From a9d798c4d54e45d1480e4974eeda244fc0c3300e Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 28 May 2012 20:21:52 +0100 Subject: pop3: Small code tidy up following authentication work so far Changed the order of the state machine to match the order of actual events. Reworked some comments and function parameter positioning that I missed the other day. --- lib/pop3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.h') diff --git a/lib/pop3.h b/lib/pop3.h index 01701e4d7..000284d62 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -29,10 +29,10 @@ typedef enum { POP3_STOP, /* do nothing state, stops the state machine */ POP3_SERVERGREET, /* waiting for the initial greeting immediately after a connect */ + POP3_STARTTLS, POP3_AUTH, POP3_USER, POP3_PASS, - POP3_STARTTLS, POP3_COMMAND, POP3_QUIT, POP3_LAST /* never used */ -- cgit v1.2.3