summaryrefslogtreecommitdiffstats
path: root/include/sway.h
diff options
context:
space:
mode:
authorLibravatar minus <minus@mnus.de>2015-08-20 15:23:52 +0200
committerLibravatar minus <minus@mnus.de>2015-08-20 15:27:59 +0200
commitf8787ce69e35be4569aa76a2e35f540b20ed40a4 (patch)
tree0d264e5a6232071a8277c59216f85aac64583459 /include/sway.h
parentset I3SOCK for i3-msg compatibility (diff)
downloadsway-f8787ce69e35be4569aa76a2e35f540b20ed40a4.tar.gz
sway-f8787ce69e35be4569aa76a2e35f540b20ed40a4.tar.zst
sway-f8787ce69e35be4569aa76a2e35f540b20ed40a4.zip
added missing header file
Diffstat (limited to 'include/sway.h')
-rw-r--r--include/sway.h6
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 @@
1#ifndef _SWAY_SWAY_H
2#define _SWAY_SWAY_H
3
4void sway_terminate(void);
5
6#endif