From e7700c34a3583d5b5c2f85c880e194bb960c16ae Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2005 19:52:05 +0000 Subject: remove or unexport avahi_server_add_txt_strlst(), avahi_server_add_txt_va(), avahi_server_add_txt(), avahi_server_add_ptr() git-svn-id: file:///home/lennart/svn/public/avahi/trunk@797 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/publish.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'avahi-core/publish.h') 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( -- cgit