3 Written by Saverio Proto <zioproto@gmail.com> and Claudio Pisa <clauz@ninux.org>.
5 This file is part of OLSR MDNS PLUGIN.
7 The OLSR MDNS PLUGIN is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
12 The OLSR MDNS PLUGIN is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
24 #ifndef _MDNS_ADDRESS_H
25 #define _MDNS_ADDRESS_H
27 #include "olsr_types.h" /* olsr_ip_addr */
28 #include "plugin.h" /* union set_plugin_parameter_addon */
29 #include "interfaces.h" /* struct interface */
33 int IsMulticast(union olsr_ip_addr* ipAddress);
35 #endif /* _MDNS_ADDRESS_H */