diff options
Diffstat (limited to 'xwayland/sockets.h')
-rw-r--r-- | xwayland/sockets.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xwayland/sockets.h b/xwayland/sockets.h new file mode 100644 index 00000000..73eb36e0 --- /dev/null +++ b/xwayland/sockets.h @@ -0,0 +1,7 @@ +#ifndef XWAYLAND_SOCKETS_H +#define XWAYLAND_SOCKETS_H + +void unlink_display_sockets(int display); +int open_display_sockets(int socks[2]); + +#endif |