summaryrefslogtreecommitdiffstats
path: root/avahi-common/address.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-18 22:39:14 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-18 22:39:14 +0000
commit3839bb837f7ed2e7cb03834469b0f35adad3ecc5 (patch)
tree9ae24da193c7289eb7e5125fa2e722088f28000b /avahi-common/address.h
parent8722237507bbc53247aa6e8b25e2cc84d4d48fc2 (diff)
in order to reduce our code/API size, drop support for reverse IPv6 name lookups ending in .in-addr.int. Use in-addr.arpa exclusively from now on.
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@817 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common/address.h')
-rw-r--r--avahi-common/address.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/avahi-common/address.h b/avahi-common/address.h
index 72a0e5e..f1ac428 100644
--- a/avahi-common/address.h
+++ b/avahi-common/address.h
@@ -106,10 +106,7 @@ uint16_t avahi_port_from_sockaddr(const struct sockaddr* sa);
char* avahi_reverse_lookup_name_ipv4(const AvahiIPv4Address *a);
/** Generate the modern DNS reverse lookup name for an IPv6 address, ending in ipv6.arpa. avahi_free() the result! */
-char* avahi_reverse_lookup_name_ipv6_arpa(const AvahiIPv6Address *a);
-
-/** Generate the historic DNS reverse lookup name for an IPv6 address, ending in ipv6.int. avahi_free() the result! */
-char* avahi_reverse_lookup_name_ipv6_int(const AvahiIPv6Address *a);
+char* avahi_reverse_lookup_name_ipv6(const AvahiIPv6Address *a);
/** Check whether the specified IPv6 address is in fact an
* encapsulated IPv4 address, returns 1 if yes, 0 otherwise */