From 6dc69c9a94e128f6703ddfcc38c253f0c8cc9d7b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Jun 2005 00:36:49 +0000 Subject: * add support for using an avahi daemon if available git-svn-id: file:///home/lennart/svn/public/nss-mdns/trunk@81 0ee8848e-81ea-0310-a63a-f631d1a40d77 --- src/avahi.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/avahi.h (limited to 'src/avahi.h') diff --git a/src/avahi.h b/src/avahi.h new file mode 100644 index 0000000..79d1c86 --- /dev/null +++ b/src/avahi.h @@ -0,0 +1,33 @@ +#ifndef fooavahihfoo +#define fooavahihfoo + +/* $Id$ */ + +/*** + This file is part of nss-mdns. + + nss-mdns 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 of the + License, or (at your option) any later version. + + nss-mdns 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 + General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with nss-mdns; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + + +#include +#include + +int avahi_resolve_name(int af, const char* name, void* data); + +int avahi_resolve_address(int af, const void *data, char* name, size_t name_len); + +#endif -- cgit