X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=util.h;fp=util.h;h=53884cb38242925e8e563d7582f46315bb2f1b28;hb=4ccd2cdd5ae567dc2cb6c05ca5e5a9537a9dc1c4;hp=36987a7d37b98e99454475c80c19d46922fd2c05;hpb=601f0a4ff139521db8f2999646717ec37005b984;p=catta diff --git a/util.h b/util.h index 36987a7..53884cb 100644 --- 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