summaryrefslogtreecommitdiffstats
path: root/avahi-core
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-20 16:21:29 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-20 16:21:29 +0000
commit7c171df2b2ae4d3f2cbab669d5b5b96562bdd9a8 (patch)
treecaa8ab150b71c1dd7286300495718c067024125d /avahi-core
parent187fe65eead4e4afdfe64b1b1ee72d276ca10d51 (diff)
reverse 1144, since it broke more things than it fixed
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1151 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core')
-rw-r--r--avahi-core/core.h2
-rw-r--r--avahi-core/lookup.h14
-rw-r--r--avahi-core/publish.h2
3 files changed, 9 insertions, 9 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index d1c60cc..e73abd2 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -24,7 +24,7 @@
/** \file core.h The Avahi Multicast DNS and DNS Service Discovery implementation. */
-/** \struct AvahiServer An mDNS responder object */
+/** An mDNS responder object */
typedef struct AvahiServer AvahiServer;
#include <avahi-common/cdecl.h>
diff --git a/avahi-core/lookup.h b/avahi-core/lookup.h
index 8395b07..0ce6fe8 100644
--- a/avahi-core/lookup.h
+++ b/avahi-core/lookup.h
@@ -27,25 +27,25 @@
/** \example core-browse-services.c Example how to browse for DNS-SD
* services using an embedded mDNS stack. */
-/** \struct AvahiSRecordBrowser A browsing object for arbitrary RRs */
+/** A browsing object for arbitrary RRs */
typedef struct AvahiSRecordBrowser AvahiSRecordBrowser;
-/** \struct AvahiSHostNameResolve rA host name to IP adddress resolver object */
+/** A host name to IP adddress resolver object */
typedef struct AvahiSHostNameResolver AvahiSHostNameResolver;
-/** \struct AvahiSAddressResolver An IP address to host name resolver object ("reverse lookup") */
+/** An IP address to host name resolver object ("reverse lookup") */
typedef struct AvahiSAddressResolver AvahiSAddressResolver;
-/** \struct AvahiSDomainBrowser A local domain browsing object. May be used to enumerate domains used on the local LAN */
+/** A local domain browsing object. May be used to enumerate domains used on the local LAN */
typedef struct AvahiSDomainBrowser AvahiSDomainBrowser;
-/** \struct AvahiSServiceTypeBrowser A DNS-SD service type browsing object. May be used to enumerate the service types of all available services on the local LAN */
+/** A DNS-SD service type browsing object. May be used to enumerate the service types of all available services on the local LAN */
typedef struct AvahiSServiceTypeBrowser AvahiSServiceTypeBrowser;
-/** \struct AvahiSServiceBrowser A DNS-SD service browser. Use this to enumerate available services of a certain kind on the local LAN. Use AvahiSServiceResolver to get specific service data like address and port for a service. */
+/** A DNS-SD service browser. Use this to enumerate available services of a certain kind on the local LAN. Use AvahiSServiceResolver to get specific service data like address and port for a service. */
typedef struct AvahiSServiceBrowser AvahiSServiceBrowser;
-/** \struct AvahiSServiceResolver A DNS-SD service resolver. Use this to retrieve addres, port and TXT data for a DNS-SD service */
+/** A DNS-SD service resolver. Use this to retrieve addres, port and TXT data for a DNS-SD service */
typedef struct AvahiSServiceResolver AvahiSServiceResolver;
#include <avahi-common/cdecl.h>
diff --git a/avahi-core/publish.h b/avahi-core/publish.h
index 9edd4cb..77c49af 100644
--- a/avahi-core/publish.h
+++ b/avahi-core/publish.h
@@ -28,7 +28,7 @@
* service using an embedded mDNS stack. It behaves like a network
* printer registering both an IPP and a BSD LPR service. */
-/** \struct AvahiSEntryGroup A group of locally registered DNS RRs */
+/** A group of locally registered DNS RRs */
typedef struct AvahiSEntryGroup AvahiSEntryGroup;
#include <avahi-common/cdecl.h>