imap-master-connection.h revision 5ef28f68edef46f69961b19b7c1dcd8ec5a955e8
#ifndef IMAP_MASTER_CONNECTION_H
#define IMAP_MASTER_CONNECTION_H
struct imap_master_connection;
typedef void
typedef void
int imap_master_connection_init(const char *path,
void *context,
struct imap_master_connection **conn_r);
void imap_master_connections_init(void);
void imap_master_connections_deinit(void);
#endif