]> git.meshlink.io Git - catta/blobdiff - avahi-client/publish.h
* Add custom user-specific configure flags to bootstrap.sh
[catta] / avahi-client / publish.h
index 7c678a9551771948dca9c213a1a869466624b834..cdce887ed2103d5f9032d68f6f5f883b166665aa 100644 (file)
@@ -153,6 +153,15 @@ int avahi_entry_group_update_service_txt_va(
     const char *domain,   
     va_list va);
 
+/** Add a host/address pair */
+int avahi_entry_group_add_address(
+    AvahiEntryGroup *group,
+    AvahiIfIndex interface,
+    AvahiProtocol protocol,
+    AvahiPublishFlags flags,
+    const char *name,
+    const AvahiAddress *a);
+
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
 #endif