X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=util.h;h=335ab820ab255135783ead48ced5bfa1c1c0434d;hb=ba8547ee3f34d8fe7bedb559530b2c0374f2089c;hp=36987a7d37b98e99454475c80c19d46922fd2c05;hpb=cfc653d0fd2f58ef3f4b5ecb285d5beb5bfaacfb;p=catta diff --git a/util.h b/util.h index 36987a7..335ab82 100644 --- a/util.h +++ b/util.h @@ -17,4 +17,9 @@ 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); + +void flx_hexdump(gconstpointer p, guint size); + #endif