From c77f4231ed850b90b9b6f337727e19b63418426f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 23 Dec 2004 17:16:28 +0000 Subject: * add support for both ipv4 AND ipv6 reverse lookups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@4 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index a5d9feb..a9d12e0 100644 --- a/util.h +++ b/util.h @@ -3,7 +3,7 @@ #include -gchar *flx_normalize_name(gchar *s); +gchar *flx_normalize_name(const gchar *s); gchar *flx_get_host_name(void); #endif -- cgit