diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-04-24 11:02:02 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-04-24 11:02:02 +0000 |
commit | 4ccd2cdd5ae567dc2cb6c05ca5e5a9537a9dc1c4 (patch) | |
tree | 3ab225d1b7065e8d777fd953ea9b5610868cc808 /util.h | |
parent | 601f0a4ff139521db8f2999646717ec37005b984 (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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |