summaryrefslogtreecommitdiff
path: root/include/Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Handle.h')
-rw-r--r--include/Handle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Handle.h b/include/Handle.h
index 64b4243..894ab8e 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -71,8 +71,10 @@ 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);
+#ifdef HAVE_UCL
static int ucl_compress(Handle * in, Handle * out) throw (GeneralException);
static int ucl_decompress(Handle * in, Handle * out) throw (GeneralException);
+#endif
protected:
Handle(int h);
int GetHandle() const;