]> git.ipfire.org Git - thirdparty/curl.git/commit
smtp.c: Re-factored the smtp_state_*_resp() functions
authorSteve Holme <steve_holme@hotmail.com>
Thu, 7 Jun 2012 21:06:01 +0000 (22:06 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 7 Jun 2012 21:06:01 +0000 (22:06 +0100)
commit0636af6131fb0bc222af2af4b635586b2c01fc4e
tree83beae0d9c7b873a1dd9d318b0893a172482962b
parent7352ac408b6a7b4a1474f52d845fbba70c9644ae
smtp.c: Re-factored the smtp_state_*_resp() functions

Re-factored the smtp_state_*_resp() functions to 1) Match the constants
that were refactored in commit 00fddba6727c, 2) To be more readable and
3) To match their counterparties in pop3.c.
lib/smtp.c