diff options
Diffstat (limited to 'include/Handle.h')
-rw-r--r-- | include/Handle.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |