]> git.meshlink.io Git - catta/blobdiff - rr.h
* add todo list
[catta] / rr.h
diff --git a/rr.h b/rr.h
index e3d36544adff5ea544e89e88150dd52fc5222f62..f17c36f74edb05ecd09d69dc8b0afc9772eb3465 100644 (file)
--- a/rr.h
+++ b/rr.h
@@ -13,6 +13,7 @@ enum {
     FLX_DNS_TYPE_MX = 0x0F,
     FLX_DNS_TYPE_TXT = 0x10,
     FLX_DNS_TYPE_AAAA = 0x1C,
+    FLX_DNS_TYPE_SRV = 0x21
 };
 
 enum {
@@ -55,6 +56,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);
+gboolean flx_record_equal_no_ttl(const flxRecord *a, const flxRecord *b);
 
 #endif