diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/device.h | 1 | ||||
-rw-r--r-- | include/inet.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/device.h b/include/device.h index 470059b1..d3746551 100644 --- a/include/device.h +++ b/include/device.h @@ -113,6 +113,7 @@ int connman_device_set_regdom(struct connman_device *device, const char *alpha2); void connman_device_regdom_notify(struct connman_device *device, int result, const char *alpha2); +struct connman_device *connman_device_create_from_index(int index); struct connman_device_driver { const char *name; diff --git a/include/inet.h b/include/inet.h index 6bdcc91d..8f7a35cb 100644 --- a/include/inet.h +++ b/include/inet.h @@ -41,7 +41,6 @@ short int connman_inet_ifflags(int index); int connman_inet_ifup(int index); int connman_inet_ifdown(int index); -struct connman_device *connman_inet_create_device(int index); connman_bool_t connman_inet_is_cfg80211(int index); int connman_inet_set_address(int index, struct connman_ipaddress *ipaddress); |