diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-08-26 11:56:43 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-26 11:56:43 +1200 |
commit | 46823152ea5e2d0f888fa25ba6b4b1896e4e89b9 (patch) | |
tree | c2ca508b1938841dfbdc444fa283991d257426bf /backend/session/direct-ipc.c | |
parent | f10da8291b3f0d51b55262bd623511c8b8349a9e (diff) |
Rename functions to be consistent with #93
Diffstat (limited to 'backend/session/direct-ipc.c')
-rw-r--r-- | backend/session/direct-ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/session/direct-ipc.c b/backend/session/direct-ipc.c index 71e22148..5f1494a6 100644 --- a/backend/session/direct-ipc.c +++ b/backend/session/direct-ipc.c @@ -212,7 +212,7 @@ void direct_ipc_finish(int sock, pid_t pid) { waitpid(pid, NULL, 0); } -int direct_ipc_start(pid_t *pid_out) { +int direct_ipc_init(pid_t *pid_out) { if (!have_permissions()) { return -1; } |