X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fllist.h;h=e37056d9892c962207c94b7fc6dcf4e3c174bacc;hb=9c0f9c65093cfa53d45f9b68782321eb8063a032;hp=05a9d525d38f19c4f7018a612785965863a9b334;hpb=159f71aced253cde858c047976308431dd1514ba;p=catta diff --git a/avahi-common/llist.h b/avahi-common/llist.h index 05a9d52..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 @@ -26,9 +24,9 @@ #include -#ifndef DOXYGEN_SHOULD_SKIP_THIS +#include + 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 */ @@ -72,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