summaryrefslogtreecommitdiffstats
path: root/rr.h
diff options
context:
space:
mode:
Diffstat (limited to 'rr.h')
-rw-r--r--rr.h2
1 files changed, 2 insertions, 0 deletions
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