X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fllist.h;h=e37056d9892c962207c94b7fc6dcf4e3c174bacc;hb=25f352679488de6f22486bd068ea3cd448e8f1ac;hp=25daf2b904427d7c9fcb13c0a18d065ad38753d3;hpb=b34e5e16edd347dbf5460b676c4531b662d6e2bd;p=catta diff --git a/avahi-common/llist.h b/avahi-common/llist.h index 25daf2b..e37056d 100644 --- a/avahi-common/llist.h +++ b/avahi-common/llist.h @@ -1,21 +1,19 @@ #ifndef foollistfoo #define foollistfoo -/* $Id$ */ - /*** This file is part of avahi. - + avahi 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 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 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 @@ -28,9 +26,7 @@ #include -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_BEGIN -#endif /** The head of the linked list. Use this in the structure that shall * contain the head of the linked list */ @@ -74,9 +70,6 @@ AVAHI_C_DECL_BEGIN _item->name##_next = _item->name##_prev = NULL; \ } while(0) -#ifndef DOXYGEN_SHOULD_SKIP_THIS AVAHI_C_DECL_END -#endif - #endif