]> git.meshlink.io Git - catta/blobdiff - rr.h
make the daemon response to queries
[catta] / rr.h
diff --git a/rr.h b/rr.h
index bcd684e754f083012c89a33d3e363f7c249a5455..0e61a7358136129a4b404ee2a0aed48388de5f9a 100644 (file)
--- 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! */