mirror of
https://github.com/NickHu/sway
synced 2025-01-02 06:20:02 +01:00
7 lines
78 B
C
7 lines
78 B
C
|
#ifndef _SWAY_SWAY_H
|
||
|
#define _SWAY_SWAY_H
|
||
|
|
||
|
void sway_terminate(void);
|
||
|
|
||
|
#endif
|