summaryrefslogtreecommitdiffstats
path: root/rr.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-03-18 16:48:19 +0000
committerLennart Poettering <lennart@poettering.net>2005-03-18 16:48:19 +0000
commitf0f4bb0c37eeed71934e3191cffa5afb1cfdca0d (patch)
tree154a6321b51c1af31f8633d61dde98968263f280 /rr.h
parent7bb43bd370e70385a4ccde06f3f4554f488aa6b3 (diff)
some more inomcplete work
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@12 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'rr.h')
-rw-r--r--rr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rr.h b/rr.h
index bcd684e..0e61a73 100644
--- a/rr.h
+++ b/rr.h
@@ -49,7 +49,7 @@ flxRecord *flx_record_new_full(const gchar *name, guint16 class, guint16 type, g
flxRecord *flx_record_ref(flxRecord *r);
void flx_record_unref(flxRecord *r);
-const gchar *flxdns_class_to_string(guint16 class);
+const gchar *flx_dns_class_to_string(guint16 class);
const gchar *flx_dns_type_to_string(guint16 type);
gchar *flx_key_to_string(flxKey *k); /* g_free() the result! */