1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 09:01:21 +02:00

added missing header file

This commit is contained in:
minus 2015-08-20 15:23:52 +02:00
parent 4c56cd0ed6
commit f8787ce69e

6
include/sway.h Normal file

@ -0,0 +1,6 @@
#ifndef _SWAY_SWAY_H
#define _SWAY_SWAY_H
void sway_terminate(void);
#endif