diff options
Diffstat (limited to 'xwayland/sockets.h')
-rw-r--r-- | xwayland/sockets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/sockets.h b/xwayland/sockets.h index 73eb36e0..cf42b970 100644 --- a/xwayland/sockets.h +++ b/xwayland/sockets.h @@ -1,6 +1,7 @@ #ifndef XWAYLAND_SOCKETS_H #define XWAYLAND_SOCKETS_H +bool set_cloexec(int fd, bool cloexec); void unlink_display_sockets(int display); int open_display_sockets(int socks[2]); |