From 33ccd714ea9469b5b7d3b36bbe468ba1b0f31dfc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 23 Dec 2004 16:08:40 +0000 Subject: initial commit git-svn-id: file:///home/lennart/svn/public/avahi/trunk@3 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- util.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 util.h (limited to 'util.h') diff --git a/util.h b/util.h new file mode 100644 index 0000000..a5d9feb --- /dev/null +++ b/util.h @@ -0,0 +1,9 @@ +#ifndef fooutilhfoo +#define fooutilhfoo + +#include + +gchar *flx_normalize_name(gchar *s); +gchar *flx_get_host_name(void); + +#endif -- cgit