diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-07-11 19:03:09 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 13:25:26 +1200 |
commit | 2ae5cd6539253e03e065f3ecbf55179527bb5ea2 (patch) | |
tree | 94b319b116ce23890edfa375b233d10f67b9c165 /include/session | |
parent | ae4478e17f56c1fb52a77d1f034387f154eddef5 (diff) |
Moved session/ into backend/
Diffstat (limited to 'include/session')
-rw-r--r-- | include/session/direct-ipc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/session/direct-ipc.h b/include/session/direct-ipc.h deleted file mode 100644 index 96504f04..00000000 --- a/include/session/direct-ipc.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef SESSION_DIRECT_IPC -#define SESSION_DIRECT_IPC - -#include <sys/types.h> - -int direct_ipc_open(int sock, const char *path); -void direct_ipc_setmaster(int sock, int fd); -void direct_ipc_dropmaster(int sock, int fd); -void direct_ipc_finish(int sock, pid_t pid); -int direct_ipc_start(pid_t *pid_out); - -#endif |