]> git.meshlink.io Git - catta/blobdiff - libavahi-core/psched.c
autotoolize
[catta] / libavahi-core / psched.c
index faa2fa9344f9dd9f043aa688c8b14a0738b71a90..03b065b80ae2dba3ba3b102e5f0ce4755197d38e 100644 (file)
@@ -1,3 +1,24 @@
+/* $Id$ */
+
+/***
+  This file is part of avahi.
+  avahi is free software; you can redistribute it and/or modify it
+  under the terms of the GNU Lesser General Public License as
+  published by the Free Software Foundation; either version 2.1 of the
+  License, or (at your option) any later version.
+  avahi is distributed in the hope that it will be useful, but WITHOUT
+  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+  or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
+  Public License for more details.
+  You should have received a copy of the GNU Lesser General Public
+  License along with avahi; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+***/
+
 #include <string.h>
 
 #include "util.h"
@@ -68,7 +89,6 @@ void avahi_packet_scheduler_free(AvahiPacketScheduler *s) {
     AvahiQueryJob *qj;
     AvahiResponseJob *rj;
     AvahiProbeJob *pj;
-    AvahiTimeEvent *e;
 
     g_assert(s);
 
@@ -361,7 +381,6 @@ static AvahiResponseJob* response_job_new(AvahiPacketScheduler *s, AvahiRecord *
 void avahi_packet_scheduler_post_response(AvahiPacketScheduler *s, const AvahiAddress *a, AvahiRecord *record, gboolean flush_cache, gboolean immediately) {
     AvahiResponseJob *rj;
     GTimeVal tv;
-    gchar *t;
     
     g_assert(s);
     g_assert(record);
@@ -636,7 +655,6 @@ static void probe_elapse(AvahiTimeEvent *e, gpointer data) {
     AvahiPacketScheduler *s;
     AvahiDnsPacket *p;
     guint n;
-    guint8 *d;
 
     g_assert(pj);
     s = pj->scheduler;