diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-03-18 16:48:19 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-03-18 16:48:19 +0000 |
commit | f0f4bb0c37eeed71934e3191cffa5afb1cfdca0d (patch) | |
tree | 154a6321b51c1af31f8633d61dde98968263f280 /rr.h | |
parent | 7bb43bd370e70385a4ccde06f3f4554f488aa6b3 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! */ |