netreg: Make reset_available returning void
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 19 Aug 2010 08:06:17 +0000 (10:06 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 19 Aug 2010 08:06:17 +0000 (10:06 +0200)
src/network.c

index f5b9a5e..190eba9 100644 (file)
@@ -1175,7 +1175,7 @@ static void notify_status_watches(struct ofono_netreg *netreg)
        }
 }
 
-static gboolean reset_available(struct network_operator_data *old,
+static void reset_available(struct network_operator_data *old,
                                const struct ofono_network_operator *new)
 {
        if (old == NULL)