]> mj.ucw.cz Git - libucw.git/blobdiff - lib/clists.h
Adjust comments in UCW Library modules.
[libucw.git] / lib / clists.h
index aed8028a53f9603e851a8cf8b074f80963de6fbb..4fa09546036fc6c965a8377c4a9debcf4be9d9cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Circular Linked Lists
+ *     UCW Library -- Circular Linked Lists
  *
  *     (c) 2003 Martin Mares <mj@ucw.cz>
  *
@@ -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;