diff options
Diffstat (limited to 'include/ztext.h')
-rw-r--r-- | include/ztext.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ztext.h b/include/ztext.h index 917d0d3..9e02622 100644 --- a/include/ztext.h +++ b/include/ztext.h @@ -2,7 +2,7 @@ * ztext.h - code for class 'zText'- a module that reads compressed text * files: ot and nt using indexs ??.vss * - * $Id: ztext.h,v 1.23 2002/07/28 01:48:38 scribe Exp $ + * $Id: ztext.h,v 1.25 2002/09/25 21:22:03 scribe Exp $ * * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org) * CrossWire Bible Society @@ -63,6 +63,8 @@ public: virtual void deleteEntry(); // Delete current module entry // end write interface ------------------------ + virtual void rawZFilter(char *buf, long size, char direction = 0) { rawFilter(buf, size, (SWKey *)(long)direction); }// hack, use key as direction for enciphering + // swcacher interface ---------------------- virtual void flush() { flushCache(); } // end swcacher interface ---------------------- |