]> git.meshlink.io Git - catta/blobdiff - avahi-core/iface.h
Rename some server side objects/symbols so that they do not conflict with the same...
[catta] / avahi-core / iface.h
index 627e13dbbc2ba8a7f6b9fe82e13ffd4e83651e9e..c913a2ec3f0a4067d99ebd6133d6f61cd1d7787a 100644 (file)
@@ -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;
 };