From 1f5107e65f9786bd6b84ecfb4d84691e9b34529a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 17 Oct 2008 18:43:48 +0200 Subject: Fix fallouts due to GDBusWatchFunction changes --- serial/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial/port.c') diff --git a/serial/port.c b/serial/port.c index 4abd954e..dc146e79 100644 --- a/serial/port.c +++ b/serial/port.c @@ -167,7 +167,7 @@ static void serial_device_free(struct serial_device *device) g_free(device); } -static void port_owner_exited(void *user_data) +static void port_owner_exited(DBusConnection *conn, void *user_data) { struct serial_port *port = user_data; -- cgit