]> git.meshlink.io Git - catta/blobdiff - src/query-sched.h
rename everything avahi to catta
[catta] / src / query-sched.h
index 9dfe3b5f5c0cf2aeb7ad31617888bf358d10f063..4447868ab33be4100a5ae0232099c55c720b87aa 100644 (file)
@@ -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 <avahi/address.h>
+#include <catta/address.h>
 #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