00001 #ifndef foocdeclhfoo 00002 #define foocdeclhfoo 00003 00004 /* $Id: cdecl.h 872 2005-10-26 01:21:30Z lennart $ */ 00005 00006 /*** 00007 This file is part of avahi. 00008 00009 avahi is free software; you can redistribute it and/or modify it 00010 under the terms of the GNU Lesser General Public License as 00011 published by the Free Software Foundation; either version 2.1 of the 00012 License, or (at your option) any later version. 00013 00014 avahi is distributed in the hope that it will be useful, but WITHOUT 00015 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 00016 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General 00017 Public License for more details. 00018 00019 You should have received a copy of the GNU Lesser General Public 00020 License along with avahi; if not, write to the Free Software 00021 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00022 USA. 00023 ***/ 00024 00026 #ifdef __cplusplus 00027 00028 #define AVAHI_C_DECL_BEGIN extern "C" { 00029 00030 #define AVAHI_C_DECL_END } 00031 00032 #else 00033 00034 #define AVAHI_C_DECL_BEGIN 00035 00036 #define AVAHI_C_DECL_END 00037 00038 #endif 00039 00040 #endif