From 0781d5363fb6fd723a2316fc7558aef6439b2f71 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Jan 2005 00:16:08 +0000 Subject: massive work git-svn-id: file:///home/lennart/svn/public/avahi/trunk@8 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- util.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index a9d12e0..9c3edd1 100644 --- a/util.h +++ b/util.h @@ -3,7 +3,10 @@ #include -gchar *flx_normalize_name(const gchar *s); -gchar *flx_get_host_name(void); +gchar *flx_normalize_name(const gchar *s); /* g_free() the result! */ +gchar *flx_get_host_name(void); /* g_free() the result! */ + +gint flx_timeval_compare(const GTimeVal *a, const GTimeVal *b); +glong flx_timeval_diff(const GTimeVal *a, const GTimeVal *b); #endif -- cgit