]> git.meshlink.io Git - catta/blobdiff - avahi-core/util.c
* split packet scheduler into three seperate parts
[catta] / avahi-core / util.c
index 9b84d12134d104f3d1730dcfd6bb3db7bb1631bc..fa5eb71f287eb26e10287cbde0fb05f5a88fd194 100644 (file)
@@ -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);