diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-16 20:24:18 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-16 20:24:18 +0200 |
| commit | 33f3d3ab106126b4c3373e24d0fb41feec492816 (patch) | |
| tree | c764bd013e9e368418adee8e3e833fb5b948c796 /include/ipc.h | |
| parent | 61f3bede843459c40aeddac0eac3ed845d6a542b (diff) | |
very basic IPC implementation
simply executes the received data as command
Diffstat (limited to 'include/ipc.h')
| -rw-r--r-- | include/ipc.h | 6 |
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 |
