Fix error
[platform/upstream/multipath-tools.git] / multipathd / uxlsnr.h
1 #ifndef _UXLSNR_H
2 #define _UXLSNR_H
3
4 #include <stdbool.h>
5
6 bool waiting_clients(void);
7 void uxsock_cleanup(void *arg);
8 void *uxsock_listen(long ux_sock,
9                     void * trigger_data);
10
11 #endif