mirror of
https://github.com/NickHu/sway
synced 2025-01-13 08:01:22 +01:00
8981b48cd2
simply executes the received data as command
6 lines
70 B
C
6 lines
70 B
C
#ifndef _SWAY_IPC_H
|
|
#define _SWAY_IPC_H
|
|
|
|
void init_ipc(void);
|
|
|
|
#endif
|