mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
added missing header file
This commit is contained in:
parent
4c56cd0ed6
commit
f8787ce69e
6
include/sway.h
Normal file
6
include/sway.h
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#ifndef _SWAY_SWAY_H
|
||||||
|
#define _SWAY_SWAY_H
|
||||||
|
|
||||||
|
void sway_terminate(void);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue