diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-08-19 10:06:17 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-08-19 10:06:17 +0200 |
commit | 89e5a75fc1bd413269e221a1b588d9c0eb77aa8d (patch) | |
tree | dce0850132162fed708c4c4ba1077f0ecd3c476d | |
parent | 60e091f16f7440bdec364c4071d099e0ac88fb51 (diff) | |
download | ofono-89e5a75fc1bd413269e221a1b588d9c0eb77aa8d.tar.bz2 |
netreg: Make reset_available returning void
-rw-r--r-- | src/network.c | 2 |
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) |