X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flists.c;h=043c36495a098980102341764d060c9180a758bd;hb=39d5e9acc6d93c07cbb408fe27144c8a485499ac;hp=8f4f0b4bc97bb5c7313db9b1de7674b923ef4069;hpb=298dd2b1d1133d144dd4ec92034eff9dad8fa449;p=libucw.git diff --git a/lib/lists.c b/lib/lists.c index 8f4f0b4b..043c3649 100644 --- a/lib/lists.c +++ b/lib/lists.c @@ -1,13 +1,16 @@ /* - * Sherlock Library -- Linked Lists + * UCW Library -- Linked Lists * - * (c) 1997--1999 Martin Mares + * (c) 1997--1999 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include +#include "lib/lib.h" -#define _SHERLOCK_LISTS_C -#include "lists.h" +#define _UCW_LISTS_C +#include "lib/lists.h" LIST_INLINE void add_tail(list *l, node *n)