]> git.meshlink.io Git - catta/blobdiff - avahi-client/publish.h
* fix a typo spotted by Michael Scherer
[catta] / avahi-client / publish.h
index 7873b075bcb6583a542468c22e7098f085831c88..da0d467fce900b88df63eeb9755968e47609d6c0 100644 (file)
@@ -136,6 +136,19 @@ int avahi_entry_group_add_address(
     const char *name,
     const AvahiAddress *a);
 
+/** Add an arbitrary record */
+int avahi_entry_group_add_record(
+    AvahiEntryGroup *group,
+    AvahiIfIndex interface,
+    AvahiProtocol protocol,
+    AvahiPublishFlags flags,
+    const char *name,
+    uint16_t clazz,
+    uint16_t type,
+    uint32_t ttl,
+    const void *rdata,
+    size_t size);
+
 AVAHI_C_DECL_END
 
 #endif