X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fquerier.h;h=6a32a3b2fb165db67316aae6842f6701d5b8df55;hb=9c0f9c65093cfa53d45f9b68782321eb8063a032;hp=3ec4564d6ab3c47ddc42ecc7423a7c20c9c5ad8d;hpb=1ffedb586bd2fb6daa3970304fac7c5b415cd38f;p=catta diff --git a/avahi-core/querier.h b/avahi-core/querier.h index 3ec4564..6a32a3b 100644 --- a/avahi-core/querier.h +++ b/avahi-core/querier.h @@ -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