aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_imap.h')
-rw-r--r--lib/curl_imap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_imap.h b/lib/curl_imap.h
index ba6fe93ae..62fb126a5 100644
--- a/lib/curl_imap.h
+++ b/lib/curl_imap.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
@@ -46,7 +46,7 @@ typedef enum {
struct imap_conn {
struct pingpong pp;
char *mailbox; /* Message ID to fetch */
- imapstate state; /* Always use imap.c:state() to change state! */
+ imapstate state; /* Always use curl_imap.c:state() to change state! */
int cmdid; /* Next command ID */
const char *idstr; /* String based response ID to wait for */
bool ssldone; /* Is connect() over SSL done? Only relevant in