]> git.meshlink.io Git - catta/blobdiff - util.h
fix two memory leaks
[catta] / util.h
diff --git a/util.h b/util.h
index 53884cb38242925e8e563d7582f46315bb2f1b28..5c085504bdd2c3ec05b858d23ae0b12cd698349d 100644 (file)
--- a/util.h
+++ b/util.h
@@ -18,6 +18,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_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