summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-24 19:38:29 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-24 19:38:29 +0000
commit36c53c0c4c5764f4a5f14b2b49b9f3c7ef8d9adb (patch)
treec3d93d7627aca6b26648e7588c2456638cf49380 /avahi-core/core.h
parent9962a048634c590db23a00db1d01daada779844c (diff)
* update default TTL generation to match RFC
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@145 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h4
1 files changed, 4 insertions, 0 deletions
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);