Mercurial > dovecot > core-2.2
comparison src/director/notify-connection.h @ 22657:98408dc06937
director: Support multiple proxy-notify connections
author | Timo Sirainen <timo.sirainen@dovecot.fi> |
---|---|
date | Fri, 27 Oct 2017 16:20:15 +0300 |
parents | 2a5336ad86cd |
children | ff99e7bff132 |
comparison
equal
deleted
inserted
replaced
22656:1789bf2a1e01 | 22657:98408dc06937 |
---|---|
1 #ifndef NOTIFY_CONNECTION_H | 1 #ifndef NOTIFY_CONNECTION_H |
2 #define NOTIFY_CONNECTION_H | 2 #define NOTIFY_CONNECTION_H |
3 | 3 |
4 struct director; | 4 struct director; |
5 | 5 |
6 struct notify_connection *notify_connection_init(struct director *dir, int fd); | 6 void notify_connection_init(struct director *dir, int fd); |
7 void notify_connection_deinit(struct notify_connection **conn); | 7 void notify_connections_deinit(void); |
8 | 8 |
9 #endif | 9 #endif |