sway/include/ipc.h

7 lines
70 B
C
Raw Normal View History

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