mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 15:33:13 +00:00
8981b48cd2
simply executes the received data as command
7 lines
70 B
C
7 lines
70 B
C
#ifndef _SWAY_IPC_H
|
|
#define _SWAY_IPC_H
|
|
|
|
void init_ipc(void);
|
|
|
|
#endif
|