xwayland: move & split internal header file

This commit is contained in:
Dominique Martinet 2017-08-20 07:59:03 +02:00
parent fa0e1015c6
commit eb5b9cc6da
7 changed files with 40 additions and 18 deletions

7
xwayland/sockets.h Normal file
View file

@ -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