about summary refs log tree commit diff
path: root/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'imap.h')
-rw-r--r--imap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imap.h b/imap.h
index 2730d1a..d4cc927 100644
--- a/imap.h
+++ b/imap.h
@@ -182,5 +182,6 @@ struct IMAP {
 
 struct IMAP imapOpen(const char *host, const char *port);
 struct Resp imapResp(struct IMAP *imap);
+struct Resp imapIdle(struct IMAP *imap, enum Atom tag);
 
 #endif /* IMAP_H */