summaryrefslogtreecommitdiffstats
path: root/src/imap/imap-master-client.h
blob: ef66ab944570d2547831e4e01fe651b461263d78 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef IMAP_MASTER_CLIENT_H
#define IMAP_MASTER_CLIENT_H

void imap_master_client_create(int fd);
bool imap_master_clients_refresh_proctitle(void);

void imap_master_clients_init(void);
void imap_master_clients_deinit(void);

#endif