summaryrefslogtreecommitdiffstats
path: root/avahi-core/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/util.c')
-rw-r--r--avahi-core/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/util.c b/avahi-core/util.c
index 9b84d12..fa5eb71 100644
--- a/avahi-core/util.c
+++ b/avahi-core/util.c
@@ -191,7 +191,7 @@ GTimeVal *avahi_elapse_time(GTimeVal *tv, guint msec, guint jitter) {
return tv;
}
-gint avahi_age(const GTimeVal *a) {
+glong avahi_age(const GTimeVal *a) {
GTimeVal now;
g_assert(a);