]> git.meshlink.io Git - catta/blobdiff - util.h
* Complete conflict detection stuff (including probing et al)
[catta] / util.h
diff --git a/util.h b/util.h
index 36987a7d37b98e99454475c80c19d46922fd2c05..5c085504bdd2c3ec05b858d23ae0b12cd698349d 100644 (file)
--- a/util.h
+++ b/util.h
@@ -17,4 +17,10 @@ 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_cmp(const gchar *a, const gchar *b);
+gboolean flx_domain_equal(const gchar *a, const gchar *b);
+
+void flx_hexdump(gconstpointer p, guint size);
+
 #endif