From 8b5cd6ffd9137b14b7ed678f10a551e3911e4a40 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 13 Aug 2005 22:04:21 +0000 Subject: 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 --- avahi-core/iface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'avahi-core/iface.h') 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; }; -- cgit