summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-13 22:04:21 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-13 22:04:21 +0000
commit8b5cd6ffd9137b14b7ed678f10a551e3911e4a40 (patch)
tree58574af05d4632561961d3df07cc0a3052211be8 /avahi-core/iface.h
parent7f5fd7ab759d8881e04f9edf31decdb000498fd1 (diff)
Rename some server side objects/symbols so that they do not conflict with the same things on the client side. i.e. AvahiEntryGroup -> AvahiSEntryGroup
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@310 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/iface.h')
-rw-r--r--avahi-core/iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-core/iface.h b/avahi-core/iface.h
index 627e13d..c913a2e 100644
--- a/avahi-core/iface.h
+++ b/avahi-core/iface.h
@@ -70,7 +70,7 @@ struct AvahiHwInterface {
uint8_t mac_address[AVAHI_MAX_MAC_ADDRESS];
size_t mac_address_size;
- AvahiEntryGroup *entry_group;
+ AvahiSEntryGroup *entry_group;
AVAHI_LLIST_HEAD(AvahiInterface, interfaces);
};
@@ -102,7 +102,7 @@ struct AvahiInterfaceAddress {
unsigned char prefix_len;
AvahiAddress address;
- AvahiEntryGroup *entry_group;
+ AvahiSEntryGroup *entry_group;
AvahiInterface *interface;
};