From 68d2f52ad4583aca5b6be987069965d358cb213a Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 6 Jan 2010 10:42:16 +0100 Subject: [PATCH] fixup prototype --- lib/ipc/heim-ipc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ipc/heim-ipc.h b/lib/ipc/heim-ipc.h index c3c70045d..5b9fab80d 100644 --- a/lib/ipc/heim-ipc.h +++ b/lib/ipc/heim-ipc.h @@ -108,8 +108,8 @@ heim_sipc_launchd_mach_init(const char *, heim_ipc_callback, void *, heim_sipc *); int -heim_sipc_launchd_stream_fd_init(int, heim_ipc_callback, - void *, heim_sipc *); +heim_sipc_stream_listener(int, int, heim_ipc_callback, + void *, heim_sipc *); int heim_sipc_service_unix(const char *, heim_ipc_callback,