diff options
author | roel <roel@7b491191-dbf0-0310-aff6-d879d4d69008> | 2001-10-26 11:18:35 +0000 |
---|---|---|
committer | roel <roel@7b491191-dbf0-0310-aff6-d879d4d69008> | 2001-10-26 11:18:35 +0000 |
commit | 30c26d18ad7ddcf5821ace03e317e67acf9e0779 (patch) | |
tree | ced81298ef27b67bde2835bbdbaf7f5ef6388b3b /imap4.h | |
parent | 261877ee931acc1ddbf4f79cc34eef25e50427e3 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |