Rename functions to be consistent with #93

This commit is contained in:
Scott Anderson 2017-08-26 11:56:43 +12:00
parent f10da8291b
commit 46823152ea
9 changed files with 22 additions and 22 deletions

View file

@ -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;
}