6 lines
70 B
C
6 lines
70 B
C
#ifndef _SWAY_IPC_H
|
|
#define _SWAY_IPC_H
|
|
|
|
void init_ipc(void);
|
|
|
|
#endif
|