summaryrefslogtreecommitdiff
path: root/include/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inet.h')
-rw-r--r--[-rwxr-xr-x]include/inet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/inet.h b/include/inet.h
index 07427300..ef61af93 100755..100644
--- a/include/inet.h
+++ b/include/inet.h
@@ -81,6 +81,11 @@ int connman_inet_check_ipaddress(const char *host);
bool connman_inet_check_hostname(const char *ptr, size_t len);
bool connman_inet_is_ipv6_supported();
+#if defined TIZEN_EXT_WIFI_MESH
+char *connman_inet_ifaddr(const char *name);
+char *connman_inet_ifname2addr(const char *name);
+#endif
+
#ifdef __cplusplus
}
#endif