diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-03-26 13:58:11 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-03-26 13:58:11 +0000 |
commit | 8e7f83aa5b6d910e80c56b31f4eb79b02e7ca67b (patch) | |
tree | 6a2da3b54fe17c82a998254d35b3c5d562e21ac4 /rr.h | |
parent | ad1f9d3725a300f10eca071c6fe2f2c583f51436 (diff) |
* add subscription feature - with reissuing
* interpret goodbye responses
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@17 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'rr.h')
-rw-r--r-- | rr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,6 +56,6 @@ const gchar *flx_dns_type_to_string(guint16 type); gchar *flx_key_to_string(flxKey *k); /* g_free() the result! */ gchar *flx_record_to_string(flxRecord *r); /* g_free() the result! */ -gboolean flx_record_equal(const flxRecord *a, const flxRecord *b); +gboolean flx_record_equal_no_ttl(const flxRecord *a, const flxRecord *b); #endif |