summaryrefslogtreecommitdiffstats
path: root/avahi-core/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/dns.h')
-rw-r--r--avahi-core/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/dns.h b/avahi-core/dns.h
index 61a9cb6..7936bae 100644
--- a/avahi-core/dns.h
+++ b/avahi-core/dns.h
@@ -29,7 +29,7 @@
#define AVAHI_DNS_PACKET_MAX_SIZE 9000
#define AVAHI_DNS_PACKET_HEADER_SIZE 12
-typedef struct _AvahiDnsPacket {
+typedef struct AvahiDnsPacket {
guint size, rindex, max_size;
GHashTable *name_table; /* for name compression */
} AvahiDnsPacket;