summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-03 23:32:55 +0000
committerPixel <pixel@nobis-crew.org>2009-06-03 23:32:55 +0000
commit0eb604eeafd829e9aa31c7928d0bd18ff836d3bc (patch)
treed0e8ce27624db2070acb834841a257088824bc9c /include
parent95446ef8a082e3fe70612b98e75a8667e2a4959f (diff)
Adding ucl_overlap, and improving / fix a bit the other ucl features.
Diffstat (limited to 'include')
-rw-r--r--include/Handle.h1
1 files changed, 1 insertions, 0 deletions
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);