sway/include/ipc.h
minus 8981b48cd2 very basic IPC implementation
simply executes the received data as command
2015-08-20 15:24:33 +02:00

7 lines
70 B
C

#ifndef _SWAY_IPC_H
#define _SWAY_IPC_H
void init_ipc(void);
#endif