X-Git-Url: http://git.meshlink.io/?p=catta;a=blobdiff_plain;f=src%2Fquery-sched.h;h=4447868ab33be4100a5ae0232099c55c720b87aa;hp=9dfe3b5f5c0cf2aeb7ad31617888bf358d10f063;hb=2c550daf4ac6a6aab7f21047c037b4dd53c57fa6;hpb=37d19f15523b6fe4d1fef2329abe421221b3d4b3 diff --git a/src/query-sched.h b/src/query-sched.h index 9dfe3b5..4447868 100644 --- a/src/query-sched.h +++ b/src/query-sched.h @@ -2,35 +2,35 @@ #define fooqueryschedhfoo /*** - This file is part of avahi. + This file is part of catta. - avahi is free software; you can redistribute it and/or modify it + catta 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 + catta 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 + License along with catta; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. ***/ -typedef struct AvahiQueryScheduler AvahiQueryScheduler; +typedef struct CattaQueryScheduler CattaQueryScheduler; -#include +#include #include "iface.h" -AvahiQueryScheduler *avahi_query_scheduler_new(AvahiInterface *i); -void avahi_query_scheduler_free(AvahiQueryScheduler *s); -void avahi_query_scheduler_clear(AvahiQueryScheduler *s); +CattaQueryScheduler *catta_query_scheduler_new(CattaInterface *i); +void catta_query_scheduler_free(CattaQueryScheduler *s); +void catta_query_scheduler_clear(CattaQueryScheduler *s); -int avahi_query_scheduler_post(AvahiQueryScheduler *s, AvahiKey *key, int immediately, unsigned *ret_id); -int avahi_query_scheduler_withdraw_by_id(AvahiQueryScheduler *s, unsigned id); -void avahi_query_scheduler_incoming(AvahiQueryScheduler *s, AvahiKey *key); +int catta_query_scheduler_post(CattaQueryScheduler *s, CattaKey *key, int immediately, unsigned *ret_id); +int catta_query_scheduler_withdraw_by_id(CattaQueryScheduler *s, unsigned id); +void catta_query_scheduler_incoming(CattaQueryScheduler *s, CattaKey *key); #endif