diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/network.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h index 13cdccb0..bde00028 100644 --- a/include/network.h +++ b/include/network.h @@ -24,6 +24,7 @@ #include <connman/types.h> #include <connman/device.h> +#include <connman/ipconfig.h> #ifdef __cplusplus extern "C" { @@ -94,6 +95,9 @@ connman_bool_t connman_network_get_connected(struct connman_network *network); connman_bool_t connman_network_get_associating(struct connman_network *network); +void connman_network_set_method(struct connman_network *network, + enum connman_ipconfig_method method); + int connman_network_set_address(struct connman_network *network, const void *address, unsigned int size); int connman_network_set_name(struct connman_network *network, |