From 4e2d82b18f7e099cbce933b383c45efa40306161 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 24 Apr 2005 20:23:07 +0000 Subject: 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 --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 53884cb..335ab82 100644 --- a/util.h +++ b/util.h @@ -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 -- cgit