From 1bd9d06b327531887f663d9c0222be6091ad65a9 Mon Sep 17 00:00:00 2001
From: Pixel <pixel@nobis-crew.org>
Date: Thu, 30 Apr 2009 13:47:27 -0700
Subject: Adding UCL n2e compression support.

---
 include/Handle.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'include')

diff --git a/include/Handle.h b/include/Handle.h
index 6697fdf..64b4243 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -71,6 +71,8 @@ class Handle : public Base {
     static int GetNbHandles();
     static int zlib_inflate(Handle * in, Handle * out) throw (GeneralException);
     static int zlib_deflate(Handle * in, Handle * out) throw (GeneralException);
+    static int ucl_compress(Handle * in, Handle * out) throw (GeneralException);
+    static int ucl_decompress(Handle * in, Handle * out) throw (GeneralException);
   protected:
       Handle(int h);
     int GetHandle() const;
-- 
cgit v1.2.3