From bf10155cfb5109a251f5b1542755fea139c705a5 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 16 Aug 2010 22:53:11 +0200 Subject: Forgot to change the prototype. --- include/Handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Handle.h') diff --git a/include/Handle.h b/include/Handle.h index 1aca644..6ce4060 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -79,7 +79,7 @@ class Handle : public Base { void munmap() throw (GeneralException); static int GetNbHandles(); - static int zlib_inflate(Handle * in, Handle * out) throw (GeneralException); + static int zlib_inflate(Handle * in, Handle * out, bool raw = false) throw (GeneralException); static int zlib_deflate(Handle * in, Handle * out, int level = Z_DEFAULT_COMPRESSION, bool raw = false, bool gzip = false) throw (GeneralException); #ifdef HAVE_UCL static int ucl_compress(Handle * in, Handle * out, int len_in = -1) throw (GeneralException); -- cgit v1.2.3