try to fix implicit declaration warnings below mac 10.6

This commit is contained in:
jerry 2014-05-01 16:17:09 +00:00
parent 735fd08400
commit cc752484e4
1 changed files with 3 additions and 0 deletions

View File

@ -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");