summaryrefslogtreecommitdiff
path: root/bindings/swig/swcompress.i
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/swig/swcompress.i')
-rw-r--r--bindings/swig/swcompress.i17
1 files changed, 0 insertions, 17 deletions
diff --git a/bindings/swig/swcompress.i b/bindings/swig/swcompress.i
deleted file mode 100644
index 9029db6..0000000
--- a/bindings/swig/swcompress.i
+++ /dev/null
@@ -1,17 +0,0 @@
-%{
-#include <swcomprs.h>
-using namespace sword;
-%}
-
-class SWCompress {
-public:
- SWCompress();
- virtual ~SWCompress();
-
- virtual char *Buf (const char *buf = 0, unsigned long *len = 0);
- virtual char *zBuf (unsigned long *len, char *buf = 0);
- virtual unsigned long GetChars (char *buf, unsigned long len);
- virtual unsigned long SendChars (char *buf, unsigned long len);
- virtual void Encode (void);
- virtual void Decode (void);
-};