diff options
Diffstat (limited to 'include/network.h')
-rw-r--r-- | include/network.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/network.h b/include/network.h index fcb6905e..d772699b 100644 --- a/include/network.h +++ b/include/network.h @@ -96,7 +96,6 @@ int connman_network_set_associating(struct connman_network *network, bool associating); void connman_network_set_error(struct connman_network *network, enum connman_network_error error); -void connman_network_clear_error(struct connman_network *network); int connman_network_set_connected(struct connman_network *network, bool connected); bool connman_network_get_connected(struct connman_network *network); |