summaryrefslogtreecommitdiffstats
path: root/src/imap-hibernate/imap-hibernate-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imap-hibernate/imap-hibernate-client.h')
-rw-r--r--src/imap-hibernate/imap-hibernate-client.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imap-hibernate/imap-hibernate-client.h b/src/imap-hibernate/imap-hibernate-client.h
new file mode 100644
index 0000000..c7bec73
--- /dev/null
+++ b/src/imap-hibernate/imap-hibernate-client.h
@@ -0,0 +1,9 @@
+#ifndef IMAP_HIBERNATE_CLIENT_H
+#define IMAP_HIBERNATE_CLIENT_H
+
+void imap_hibernate_client_create(int fd, bool debug);
+
+void imap_hibernate_clients_init(void);
+void imap_hibernate_clients_deinit(void);
+
+#endif