From c18626ad35cdf94edbff196070ccbb6ae825abd0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 23 Mar 2005 21:20:57 +0000 Subject: add packet scheduler git-svn-id: file:///home/lennart/svn/public/avahi/trunk@14 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- rr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rr.h') diff --git a/rr.h b/rr.h index 0e61a73..e3d3654 100644 --- a/rr.h +++ b/rr.h @@ -55,4 +55,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); + #endif -- cgit