mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 23:43:14 +00:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef _SWAY_SWAY_H
|
|
#define _SWAY_SWAY_H
|
|
|
|
void sway_terminate(void);
|
|
|
|
#endif
|