X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fclists.h;h=4fa09546036fc6c965a8377c4a9debcf4be9d9cd;hb=638afb438a73eee8efa9dc6179c3cd39572847cf;hp=aed8028a53f9603e851a8cf8b074f80963de6fbb;hpb=608c1899dbff7471a870491295d38809e2d650ac;p=libucw.git diff --git a/lib/clists.h b/lib/clists.h index aed8028a..4fa09546 100644 --- a/lib/clists.h +++ b/lib/clists.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Circular Linked Lists + * UCW Library -- Circular Linked Lists * * (c) 2003 Martin Mares * @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_CLISTS_H -#define _SHERLOCK_CLISTS_H +#ifndef _UCW_CLISTS_H +#define _UCW_CLISTS_H typedef struct cnode { struct cnode *next, *prev;