diff options
Diffstat (limited to 'lib/curl_smtp.h')
-rw-r--r-- | lib/curl_smtp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_smtp.h b/lib/curl_smtp.h index 7a3ced588..d92547c11 100644 --- a/lib/curl_smtp.h +++ b/lib/curl_smtp.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2009 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2009 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -62,7 +62,7 @@ struct smtp_conn { have been received so far */ unsigned int authmechs; /* Accepted authentication mechanisms */ unsigned int authused; /* Auth mechanism used for the connection */ - smtpstate state; /* Always use smtp.c:state() to change state! */ + smtpstate state; /* Always use curl_smtp.c:state() to change */ struct curl_slist *rcpt; /* Recipient list */ bool ssldone; /* Is connect() over SSL done? Only relevant in multi mode */ |