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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/avahi-core/publish.h b/avahi-core/publish.h
index 36c29cf..9d72874 100644
--- a/avahi-core/publish.h
+++ b/avahi-core/publish.h
@@ -22,13 +22,12 @@
USA.
***/
-/** \file publish.h Functions for publising local services and RRs */
+/** \file core/publish.h Functions for publising local services and RRs */
/** \example core-publish-service.c Example how to register a DNS-SD
* service using an embedded mDNS stack. It behaves like a network
* printer registering both an IPP and a BSD LPR service. */
-
#include <avahi-common/cdecl.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS
@@ -220,7 +219,6 @@ int avahi_server_add_service_subtype(
const char *domain, /**< Specify the main type of the service you already added here */
const char *subtype /**< The new subtype for the specified service */ );
-
/** Update the TXT record for a service with the data from the specified string list */
int avahi_server_update_service_txt_strlst(
AvahiServer *s,