master.h revision c0435c854a0e7246373b9752d163095cc4fbe985
#ifndef __MASTER_H
#define __MASTER_H
#include "../master/master-interface.h"
/* Request IMAP process for given cookie. */
const char *login_tag,
unsigned char cookie[AUTH_COOKIE_SIZE],
/* Notify master that we're not listening for new connections anymore. */
void master_notify_finished(void);
/* Close connection to master process */
void master_close(void);
void master_init(void);
void master_deinit(void);
#endif