summaryrefslogtreecommitdiffstats
path: root/avahi-core/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/server.h')
-rw-r--r--avahi-core/server.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-core/server.h b/avahi-core/server.h
index 4290cb0..6767884 100644
--- a/avahi-core/server.h
+++ b/avahi-core/server.h
@@ -30,7 +30,7 @@
#include "announce.h"
#include "subscribe.h"
-struct _AvahiEntry {
+struct AvahiEntry {
AvahiServer *server;
AvahiEntryGroup *group;
@@ -48,7 +48,7 @@ struct _AvahiEntry {
AVAHI_LLIST_HEAD(AvahiAnnouncement, announcements);
};
-struct _AvahiEntryGroup {
+struct AvahiEntryGroup {
AvahiServer *server;
gboolean dead;
@@ -62,7 +62,7 @@ struct _AvahiEntryGroup {
AVAHI_LLIST_HEAD(AvahiEntry, entries);
};
-struct _AvahiServer {
+struct AvahiServer {
GMainContext *context;
AvahiInterfaceMonitor *monitor;