summaryrefslogtreecommitdiffstats
path: root/avahi-client
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-client
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-client')
-rw-r--r--avahi-client/client.h2
-rw-r--r--avahi-client/lookup.h14
-rw-r--r--avahi-client/publish.h2
3 files changed, 9 insertions, 9 deletions
diff --git a/avahi-client/client.h b/avahi-client/client.h
index 87c275b..16fde91 100644
--- a/avahi-client/client.h
+++ b/avahi-client/client.h
@@ -38,7 +38,7 @@
AVAHI_C_DECL_BEGIN
-/** \struct AvahiClient A connection context */
+/** A connection context */
typedef struct AvahiClient AvahiClient;
/** States of a client object, a superset of AvahiServerState */
diff --git a/avahi-client/lookup.h b/avahi-client/lookup.h
index 0087bdc..89d1fb2 100644
--- a/avahi-client/lookup.h
+++ b/avahi-client/lookup.h
@@ -40,25 +40,25 @@
AVAHI_C_DECL_BEGIN
-/** \struct AvahiDomainBrowser A domain browser object */
+/** A domain browser object */
typedef struct AvahiDomainBrowser AvahiDomainBrowser;
-/** \struct AvahiServiceBrowser A service browser object */
+/** A service browser object */
typedef struct AvahiServiceBrowser AvahiServiceBrowser;
-/** \struct AvahiServiceTypeBrowser A service type browser object */
+/** A service type browser object */
typedef struct AvahiServiceTypeBrowser AvahiServiceTypeBrowser;
-/** \struct AvahiServiceResolver A service resolver object */
+/** A service resolver object */
typedef struct AvahiServiceResolver AvahiServiceResolver;
-/** \struct AvahiHostNameResolver A service resolver object */
+/** A service resolver object */
typedef struct AvahiHostNameResolver AvahiHostNameResolver;
-/** \struct AvahiAddressResolver An address resolver object */
+/** An address resolver object */
typedef struct AvahiAddressResolver AvahiAddressResolver;
-/** \struct AvahiRecordBrowser A record browser object */
+/** A record browser object */
typedef struct AvahiRecordBrowser AvahiRecordBrowser;
/** The function prototype for the callback of an AvahiDomainBrowser */
diff --git a/avahi-client/publish.h b/avahi-client/publish.h
index 9deccf1..053ea88 100644
--- a/avahi-client/publish.h
+++ b/avahi-client/publish.h
@@ -41,7 +41,7 @@
AVAHI_C_DECL_BEGIN
-/** \struct AvahiEntryGroup An entry group object */
+/** An entry group object */
typedef struct AvahiEntryGroup AvahiEntryGroup;
/** The function prototype for the callback of an AvahiEntryGroup */