mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-27 21:58:16 +01:00
7 lines
70 B
C
7 lines
70 B
C
|
#ifndef _SWAY_IPC_H
|
||
|
#define _SWAY_IPC_H
|
||
|
|
||
|
void init_ipc(void);
|
||
|
|
||
|
#endif
|