Cross Reference: notify-connection.h
xref
: /
dovecot
/
src
/
director
/
notify-connection.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
ifndef
NOTIFY_CONNECTION_H
#
define
NOTIFY_CONNECTION_H
struct
director
;
void
notify_connection_init
(
struct
director
*
dir
,
int
fd
,
bool
fifo
);
void
notify_connections_deinit
(
void
);
#
endif