From 0eb604eeafd829e9aa31c7928d0bd18ff836d3bc Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 3 Jun 2009 23:32:55 +0000 Subject: Adding ucl_overlap, and improving / fix a bit the other ucl features. --- include/Handle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Handle.h') diff --git a/include/Handle.h b/include/Handle.h index a22c8e0..9a3cf41 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -74,6 +74,7 @@ class Handle : public Base { #ifdef HAVE_UCL static int ucl_compress(Handle * in, Handle * out, int len_in = -1) throw (GeneralException); static int ucl_decompress(Handle * in, Handle * out, unsigned int len_out, int len_in = -1) throw (GeneralException); + static int ucl_overlap(Handle * in, unsigned int len_out, int len_in = -1) throw (GeneralException); #endif protected: Handle(int h); -- cgit v1.2.3