diff options
author | minus <minus@mnus.de> | 2015-08-20 15:23:52 +0200 |
---|---|---|
committer | minus <minus@mnus.de> | 2015-08-20 15:27:59 +0200 |
commit | f8787ce69e35be4569aa76a2e35f540b20ed40a4 (patch) | |
tree | 0d264e5a6232071a8277c59216f85aac64583459 /include/sway.h | |
parent | 4c56cd0ed638cc59f4412b7091220d2d32ba130c (diff) |
added missing header file
Diffstat (limited to 'include/sway.h')
-rw-r--r-- | include/sway.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway.h b/include/sway.h new file mode 100644 index 00000000..6499c81d --- /dev/null +++ b/include/sway.h @@ -0,0 +1,6 @@ +#ifndef _SWAY_SWAY_H +#define _SWAY_SWAY_H + +void sway_terminate(void); + +#endif |