]> mj.ucw.cz Git - libucw.git/blobdiff - lib/pagecache.h
tried parametrized fastbuf for most of indexing I/O
[libucw.git] / lib / pagecache.h
index a9368df9e4172913dac58745b8cbabeb0aae1fb8..ef4bf5af5740c5d710e6ac58da5cc82a07dcec70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- File Page Cache
+ *     UCW Library -- File Page Cache
  *
  *     (c) 1999--2002 Martin Mares <mj@ucw.cz>
  *
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#ifndef _SHERLOCK_PAGECACHE_H
-#define _SHERLOCK_PAGECACHE_H
+#ifndef _UCW_PAGECACHE_H
+#define _UCW_PAGECACHE_H
 
 #include "lib/lists.h"