summaryrefslogtreecommitdiff
path: root/imap4.h
diff options
context:
space:
mode:
authorroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2001-10-26 11:18:35 +0000
committerroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2001-10-26 11:18:35 +0000
commit30c26d18ad7ddcf5821ace03e317e67acf9e0779 (patch)
treeced81298ef27b67bde2835bbdbaf7f5ef6388b3b /imap4.h
parent261877ee931acc1ddbf4f79cc34eef25e50427e3 (diff)
fixed a little cleanup issue for IMAP
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@242 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'imap4.h')
-rw-r--r--imap4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap4.h b/imap4.h
index 4ec82a4d..fb885d3d 100644
--- a/imap4.h
+++ b/imap4.h
@@ -26,6 +26,7 @@
int imap_process(ClientInfo *ci);
int imap_login(ClientInfo *ci);
+void imap_error_cleanup(ClientInfo *ci);
enum IMAP4_CLIENT_STATES { IMAPCS_INITIAL_CONNECT, IMAPCS_NON_AUTHENTICATED,