summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-05-07 13:57:19 +0000
committerLennart Poettering <lennart@poettering.net>2005-05-07 13:57:19 +0000
commitc526a85bcdb32f84e6ade05ce647a431f6a07c10 (patch)
treec4a80ea4571bd4213c4c4e5c62abe39b0114c730 /avahi-core/core.h
parent6f87f1b86b2a2232f0c9fa7b3fa516410bb38995 (diff)
remove _ prefix from structure name (for doxygen)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@64 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index 750dee1..42e6ee0 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -25,9 +25,9 @@
#include <stdio.h>
#include <glib.h>
-typedef struct _AvahiServer AvahiServer;
-typedef struct _AvahiEntry AvahiEntry;
-typedef struct _AvahiEntryGroup AvahiEntryGroup;
+typedef struct AvahiServer AvahiServer;
+typedef struct AvahiEntry AvahiEntry;
+typedef struct AvahiEntryGroup AvahiEntryGroup;
#include <avahi-core/address.h>
#include <avahi-core/rr.h>
@@ -154,7 +154,7 @@ typedef enum {
AVAHI_SUBSCRIPTION_CHANGE
} AvahiSubscriptionEvent;
-typedef struct _AvahiSubscription AvahiSubscription;
+typedef struct AvahiSubscription AvahiSubscription;
typedef void (*AvahiSubscriptionCallback)(AvahiSubscription *s, AvahiRecord *record, gint interface, guchar protocol, AvahiSubscriptionEvent event, gpointer userdata);