summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.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/iface.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/iface.h')
-rw-r--r--avahi-core/iface.h16
1 files changed, 8 insertions, 8 deletions
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 <glib.h>
-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;