]> git.meshlink.io Git - catta/blobdiff - avahi-client/client.h
add client side wrapping of EntryGroup.AddServiceSubtype
[catta] / avahi-client / client.h
index 31997cfe9895af887bacc80eda829cf2ccc8aa68..bad07898ac0ba5972e18fbd34d969909ca73e02f 100644 (file)
@@ -219,6 +219,17 @@ int avahi_entry_group_add_service_va(
     uint16_t port,
     va_list va);
 
+/** Add a subtype for a service */
+int avahi_entry_group_add_service_subtype(
+    AvahiEntryGroup *group,
+    AvahiIfIndex interface,
+    AvahiProtocol protocol,
+    AvahiPublishFlags flags,
+    const char *name,
+    const char *type,
+    const char *domain,
+    const char *subtype);
+
 /** Browse for domains on the local network */
 AvahiDomainBrowser* avahi_domain_browser_new (
     AvahiClient *client,