]> 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 335ab820ab255135783ead48ced5bfa1c1c0434d..5c085504bdd2c3ec05b858d23ae0b12cd698349d 100644 (file)
--- a/util.h
+++ b/util.h
@@ -18,6 +18,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_cmp(const gchar *a, const gchar *b);
 gboolean flx_domain_equal(const gchar *a, const gchar *b);
 
 void flx_hexdump(gconstpointer p, guint size);