]> mj.ucw.cz Git - libucw.git/blobdiff - lib/qache.h
XML: Fixed reporting of characters via the PULL interface.
[libucw.git] / lib / qache.h
index 48a9e31c10bc8808860ce4d0a76acfbe46a6d8dd..5c242a45b460d7d8bab30c3c3f916203990c6c49 100644 (file)
@@ -8,7 +8,7 @@
 #define _UCW_QACHE_H
 
 struct qache_params {
-  byte *file_name;
+  char *file_name;
   uns block_size;                      /* Cache block size (a power of two) */
   uns cache_size;                      /* Size of the whole cache */
   uns max_entries;                     /* Maximum number of cached entries */