i3-config-wizard: use IPC functions from libi3
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
#ifndef _IPC_H
|
||||
#define _IPC_H
|
||||
|
||||
void ipc_send_message(int sockfd, uint32_t message_size,
|
||||
uint32_t message_type, uint8_t *payload);
|
||||
|
||||
int connect_ipc(char *socket_path);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user