X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fqache.h;h=5c242a45b460d7d8bab30c3c3f916203990c6c49;hb=ab3b3f178718c0ae7b5738e987e350537574d2e6;hp=48a9e31c10bc8808860ce4d0a76acfbe46a6d8dd;hpb=950a5141ab5ab45206d55677cb3084866cc3aa86;p=libucw.git diff --git a/lib/qache.h b/lib/qache.h index 48a9e31c..5c242a45 100644 --- a/lib/qache.h +++ b/lib/qache.h @@ -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 */