From cc752484e4ff643e6190aaaa2a4064fa5382a18c Mon Sep 17 00:00:00 2001 From: jerry Date: Thu, 1 May 2014 16:17:09 +0000 Subject: [PATCH] try to fix implicit declaration warnings below mac 10.6 --- src/cmd/synmacph/synmacph.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cmd/synmacph/synmacph.c b/src/cmd/synmacph/synmacph.c index f4026585..ec1dbc77 100644 --- a/src/cmd/synmacph/synmacph.c +++ b/src/cmd/synmacph/synmacph.c @@ -23,6 +23,9 @@ const char* const label = "synmacph"; +static void xpcEventHandler(xpc_connection_t connection, xpc_object_t event); +static void xpcConnectionHandler(xpc_connection_t connection); + static void xpcEventHandler(xpc_connection_t connection, xpc_object_t event) { syslog(LOG_NOTICE, "received event in helper");