]> git.sur5r.net Git - i3/i3/blob - i3-config-wizard/ipc.h
Merge branch 'clean-resize' into next
[i3/i3] / i3-config-wizard / ipc.h
1 #ifndef _IPC_H
2 #define _IPC_H
3
4 void ipc_send_message(int sockfd, uint32_t message_size,
5                       uint32_t message_type, uint8_t *payload);
6
7 int connect_ipc(char *socket_path);
8
9 #endif