summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-19 10:06:17 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-08-19 10:06:17 +0200
commit89e5a75fc1bd413269e221a1b588d9c0eb77aa8d (patch)
treedce0850132162fed708c4c4ba1077f0ecd3c476d
parent60e091f16f7440bdec364c4071d099e0ac88fb51 (diff)
downloadofono-89e5a75fc1bd413269e221a1b588d9c0eb77aa8d.tar.bz2
netreg: Make reset_available returning void
-rw-r--r--src/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network.c b/src/network.c
index f5b9a5e4..190eba95 100644
--- a/src/network.c
+++ b/src/network.c
@@ -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)