From c526a85bcdb32f84e6ade05ce647a431f6a07c10 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 7 May 2005 13:57:19 +0000 Subject: remove _ prefix from structure name (for doxygen) git-svn-id: file:///home/lennart/svn/public/avahi/trunk@64 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/iface.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'avahi-core/iface.h') diff --git a/avahi-core/iface.h b/avahi-core/iface.h index 74136aa..bedf331 100644 --- a/avahi-core/iface.h +++ b/avahi-core/iface.h @@ -24,10 +24,10 @@ #include -typedef struct _AvahiInterfaceMonitor AvahiInterfaceMonitor; -typedef struct _AvahiInterfaceAddress AvahiInterfaceAddress; -typedef struct _AvahiInterface AvahiInterface; -typedef struct _AvahiHwInterface AvahiHwInterface; +typedef struct AvahiInterfaceMonitor AvahiInterfaceMonitor; +typedef struct AvahiInterfaceAddress AvahiInterfaceAddress; +typedef struct AvahiInterface AvahiInterface; +typedef struct AvahiHwInterface AvahiHwInterface; #include "address.h" #include "server.h" @@ -38,7 +38,7 @@ typedef struct _AvahiHwInterface AvahiHwInterface; #include "dns.h" #include "announce.h" -struct _AvahiInterfaceMonitor { +struct AvahiInterfaceMonitor { AvahiServer *server; AvahiNetlink *netlink; GHashTable *hash_table; @@ -55,7 +55,7 @@ struct _AvahiInterfaceMonitor { } list; }; -struct _AvahiHwInterface { +struct AvahiHwInterface { AVAHI_LLIST_FIELDS(AvahiHwInterface, hardware); AvahiInterfaceMonitor *monitor; @@ -67,7 +67,7 @@ struct _AvahiHwInterface { AVAHI_LLIST_HEAD(AvahiInterface, interfaces); }; -struct _AvahiInterface { +struct AvahiInterface { AVAHI_LLIST_FIELDS(AvahiInterface, interface); AVAHI_LLIST_FIELDS(AvahiInterface, by_hardware); AvahiInterfaceMonitor *monitor; @@ -83,7 +83,7 @@ struct _AvahiInterface { AVAHI_LLIST_HEAD(AvahiAnnouncement, announcements); }; -struct _AvahiInterfaceAddress { +struct AvahiInterfaceAddress { AVAHI_LLIST_FIELDS(AvahiInterfaceAddress, address); AvahiInterfaceMonitor *monitor; -- cgit