]> git.meshlink.io Git - catta/blobdiff - avahi-core/querier.h
forgot to pull the publish_no_reverse change to the example.
[catta] / avahi-core / querier.h
index 3ec4564d6ab3c47ddc42ecc7423a7c20c9c5ad8d..6a32a3b2fb165db67316aae6842f6701d5b8df55 100644 (file)
@@ -1,21 +1,19 @@
 #ifndef fooquerierhfoo
 #define fooquerierhfoo
 
-/* $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
@@ -45,6 +43,6 @@ void avahi_querier_free(AvahiQuerier *q);
 void avahi_querier_free_all(AvahiInterface *i);
 
 /** Return 1 if there is a querier for the specified key on the specified interface */
-int avahi_querier_exists(AvahiInterface *i, AvahiKey *key);
+int avahi_querier_shall_refresh_cache(AvahiInterface *i, AvahiKey *key);
 
 #endif