summaryrefslogtreecommitdiffstats
path: root/include/sway.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-08-20 09:34:06 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-08-20 09:34:06 -0400
commit84f01a67bdaef4dbff787caa4b076ed60e257c51 (patch)
tree0d264e5a6232071a8277c59216f85aac64583459 /include/sway.h
parentAdd command line parsing (diff)
parentadded missing header file (diff)
downloadsway-84f01a67bdaef4dbff787caa4b076ed60e257c51.tar.gz
sway-84f01a67bdaef4dbff787caa4b076ed60e257c51.tar.zst
sway-84f01a67bdaef4dbff787caa4b076ed60e257c51.zip
Merge pull request #75 from minus7/ipc
i3 IPC
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