From 36c53c0c4c5764f4a5f14b2b49b9f3c7ef8d9adb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Jun 2005 19:38:29 +0000 Subject: * update default TTL generation to match RFC git-svn-id: file:///home/lennart/svn/public/avahi/trunk@145 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'avahi-core/core.h') diff --git a/avahi-core/core.h b/avahi-core/core.h index e0b5b5c..164e71a 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -201,6 +201,7 @@ gint avahi_server_add_ptr( AvahiIfIndex interface, AvahiProtocol protocol, AvahiEntryFlags flags, + guint32 ttl, const gchar *name, const gchar *dest); @@ -219,6 +220,7 @@ gint avahi_server_add_text( AvahiIfIndex interface, AvahiProtocol protocol, AvahiEntryFlags flags, + guint32 ttl, const gchar *name, ... /* text records, terminated by NULL */); @@ -228,6 +230,7 @@ gint avahi_server_add_text_va( AvahiIfIndex interface, AvahiProtocol protocol, AvahiEntryFlags flags, + guint32 ttl, const gchar *name, va_list va); @@ -237,6 +240,7 @@ gint avahi_server_add_text_strlst( AvahiIfIndex interface, AvahiProtocol protocol, AvahiEntryFlags flags, + guint32 ttl, const gchar *name, AvahiStringList *strlst); -- cgit