mirror of
https://github.com/NickHu/sway
synced 2024-12-28 22:23:30 +01:00
6 lines
78 B
C
6 lines
78 B
C
#ifndef _SWAY_SWAY_H
|
|
#define _SWAY_SWAY_H
|
|
|
|
void sway_terminate(void);
|
|
|
|
#endif
|