aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-16 20:24:18 +0200
committerFurkan Sahin <furkan-dev@proton.me>2015-08-16 20:24:18 +0200
commit33f3d3ab106126b4c3373e24d0fb41feec492816 (patch)
treec764bd013e9e368418adee8e3e833fb5b948c796 /include
parent61f3bede843459c40aeddac0eac3ed845d6a542b (diff)
very basic IPC implementation
simply executes the received data as command
Diffstat (limited to 'include')
-rw-r--r--include/ipc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h
new file mode 100644
index 00000000..aab9cf0c
--- /dev/null
+++ b/include/ipc.h
@@ -0,0 +1,6 @@
+#ifndef _SWAY_IPC_H
+#define _SWAY_IPC_H
+
+void init_ipc(void);
+
+#endif