aboutsummaryrefslogtreecommitdiffstats
path: root/include/zcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zcom.h')
-rw-r--r--include/zcom.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/zcom.h b/include/zcom.h
index 96844fe..5c3038d 100644
--- a/include/zcom.h
+++ b/include/zcom.h
@@ -2,7 +2,7 @@
* zcom.h - code for class 'zCom'- a module that reads compressed text
* files: ot and nt using indexs ??.vss
*
- * $Id: zcom.h,v 1.15 2002/07/28 01:48:38 scribe Exp $
+ * $Id: zcom.h,v 1.16 2002/09/25 21:22:03 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -58,6 +58,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 ----------------------