X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=util.h;fp=util.h;h=5c085504bdd2c3ec05b858d23ae0b12cd698349d;hb=bf2db17686a0e29b4e855cadbbaa5e5e4ed2def8;hp=335ab820ab255135783ead48ced5bfa1c1c0434d;hpb=4128ce517280dde1e09d0d86b570f5a413812494;p=catta diff --git a/util.h b/util.h index 335ab82..5c08550 100644 --- 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);