diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-04-24 20:23:07 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-04-24 20:23:07 +0000 |
commit | 4e2d82b18f7e099cbce933b383c45efa40306161 (patch) | |
tree | 59f6dac0e0a77bee42af778df254f379aec6f369 /util.h | |
parent | 4ccd2cdd5ae567dc2cb6c05ca5e5a9537a9dc1c4 (diff) |
add support for dots and backslashes in domain names (required for DNS-SD)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@28 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,4 +20,6 @@ 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 |