1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-11 17:23:53 +00:00
sway/include/ipc-server.h
2015-11-27 09:50:04 -05:00

13 lines
251 B
C

#ifndef _SWAY_IPC_SERVER_H
#define _SWAY_IPC_SERVER_H
#include "container.h"
#include "ipc.h"
void ipc_init(void);
void ipc_terminate(void);
struct sockaddr_un *ipc_user_sockaddr(void);
void ipc_event_workspace(swayc_t *old, swayc_t *new);
#endif