From 9e63ada7e2cb862cb40db120fa3924d916fbd517 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 13 Jun 2016 17:31:23 +0200 Subject: [PATCH] wwna: fix compiler error about wrong prototype --- src/devices/wwan/nm-modem-ofono.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wwan/nm-modem-ofono.c b/src/devices/wwan/nm-modem-ofono.c index c639045d72..8618b47749 100644 --- a/src/devices/wwan/nm-modem-ofono.c +++ b/src/devices/wwan/nm-modem-ofono.c @@ -358,6 +358,7 @@ handle_sim_property (GDBusProxy *proxy, } } +static void sim_property_changed (GDBusProxy *proxy, const char *property, GVariant *v,