summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-04-24 11:02:02 +0000
committerLennart Poettering <lennart@poettering.net>2005-04-24 11:02:02 +0000
commit4ccd2cdd5ae567dc2cb6c05ca5e5a9537a9dc1c4 (patch)
tree3ab225d1b7065e8d777fd953ea9b5610868cc808 /util.h
parent601f0a4ff139521db8f2999646717ec37005b984 (diff)
* add DNS packet name compression
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@27 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 3 insertions, 0 deletions
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