summaryrefslogtreecommitdiff
path: root/include/inet.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-09-24 14:44:30 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-09-25 16:55:19 +0300
commit37f818606d6fc7defaa98fb5a611bcdbc798368a (patch)
treee5dc871ead1bdd12927c01924fcd0bd6ebc91abd /include/inet.h
parentd2da5cb4ba0f91e6e4cf7814c7ffaa420bef2675 (diff)
downloadconnman-37f818606d6fc7defaa98fb5a611bcdbc798368a.tar.gz
connman-37f818606d6fc7defaa98fb5a611bcdbc798368a.tar.bz2
connman-37f818606d6fc7defaa98fb5a611bcdbc798368a.zip
inet: Add function to check if IPv6 is supported by kernel
Diffstat (limited to 'include/inet.h')
-rw-r--r--include/inet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inet.h b/include/inet.h
index 8b9b390a..6bdcc91d 100644
--- a/include/inet.h
+++ b/include/inet.h
@@ -82,6 +82,7 @@ int connman_inet_get_dest_addr(int index, char **dest);
int connman_inet_ipv6_get_dest_addr(int index, char **dest);
int connman_inet_check_ipaddress(const char *host);
connman_bool_t connman_inet_check_hostname(const char *ptr, size_t len);
+connman_bool_t connman_inet_is_ipv6_supported();
#ifdef __cplusplus
}