]> git.meshlink.io Git - catta/blobdiff - util.h
* add DNS packet name compression
[catta] / util.h
diff --git a/util.h b/util.h
index 36987a7d37b98e99454475c80c19d46922fd2c05..53884cb38242925e8e563d7582f46315bb2f1b28 100644 (file)
--- a/util.h
+++ b/util.h
@@ -17,4 +17,7 @@ GTimeVal *flx_elapse_time(GTimeVal *tv, guint msec, guint jitter);
 
 gint flx_age(const GTimeVal *a);
 
+guint flx_domain_hash(const gchar *p);
+gboolean flx_domain_equal(const gchar *a, const gchar *b);
+
 #endif