mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 20:34:28 +08:00
try to fix implicit declaration warnings below mac 10.6
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user