notify-connection.h revision 9dd8a75971a2d9e46fb0c80feddc0aaec1181def
#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