summaryrefslogtreecommitdiffstats
path: root/avahi-core/publish.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/publish.h')
-rw-r--r--avahi-core/publish.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/avahi-core/publish.h b/avahi-core/publish.h
index 9d72874..51c3be7 100644
--- a/avahi-core/publish.h
+++ b/avahi-core/publish.h
@@ -96,16 +96,6 @@ int avahi_server_add(
AvahiRecord *r /**< The record to add. This function increases the reference counter of this object. */);
-/** Add a PTR RR to the server. See avahi_server_add() for more information. */
-int avahi_server_add_ptr(
- AvahiServer *s,
- AvahiSEntryGroup *g,
- AvahiIfIndex interface,
- AvahiProtocol protocol,
- AvahiPublishFlags flags,
- uint32_t ttl, /**< DNS TTL for this record */
- const char *name, /**< PTR record name */
- const char *dest /**< pointer destination */ );
/** Add a PTR RR to the server. See avahi_server_add() for more information. */
int avahi_server_add_txt(