diff options
Diffstat (limited to 'src/director/notify-connection.h')
-rw-r--r-- | src/director/notify-connection.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/director/notify-connection.h b/src/director/notify-connection.h new file mode 100644 index 0000000..8f1bd02 --- /dev/null +++ b/src/director/notify-connection.h @@ -0,0 +1,9 @@ +#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 |