diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-27 09:50:04 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-27 09:50:04 -0500 |
| commit | 6284563fdeaec79d95e837d753a2010e89e82740 (patch) | |
| tree | 740a9e384149879a2c106220212bef36c05f58f3 /include/ipc-client.h | |
| parent | 3f1cb29c4f48709fb5459ebfafa7cab5e3c47bcb (diff) | |
Move IPC client into common, refactor IPC
Diffstat (limited to 'include/ipc-client.h')
| -rw-r--r-- | include/ipc-client.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ipc-client.h b/include/ipc-client.h new file mode 100644 index 00000000..a56fee43 --- /dev/null +++ b/include/ipc-client.h @@ -0,0 +1,9 @@ +#ifndef _SWAY_IPC_CLIENT_H +#define _SWAY_IPC_CLIENT_H + +#include "ipc.h" + +char *get_socketpath(void); +char *ipc_single_command(const char *socket_path, uint32_t type, const char *payload, uint32_t len); + +#endif |
