summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/dbus-util.h')
-rw-r--r--avahi-daemon/dbus-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-daemon/dbus-util.h b/avahi-daemon/dbus-util.h
index b8cb211..e994915 100644
--- a/avahi-daemon/dbus-util.h
+++ b/avahi-daemon/dbus-util.h
@@ -54,4 +54,6 @@ int avahi_dbus_read_strlst(DBusMessage *m, int idx, AvahiStringList **l);
int avahi_dbus_is_our_own_service(Client *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain);
+int avahi_dbus_append_rdata(DBusMessage *message, const void *rdata, size_t size);
+
#endif