From 30ede65e73a18ed774ebd5671c4244fc763481d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 2 Feb 2011 02:59:55 +0200 Subject: Add moved tools from manaplus. http://www.gitorious.org/manaplus/ --- tmxcopy/zlibutils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tmxcopy/zlibutils.h (limited to 'tmxcopy/zlibutils.h') diff --git a/tmxcopy/zlibutils.h b/tmxcopy/zlibutils.h new file mode 100644 index 0000000..300c72a --- /dev/null +++ b/tmxcopy/zlibutils.h @@ -0,0 +1,11 @@ +int +inflateMemory(unsigned char *in, unsigned int inLength, + unsigned char *&out, unsigned int &outLength); + +int +inflateMemory(unsigned char *in, unsigned int inLength, + unsigned char *&out); + +int +compressMemory(unsigned char *in, unsigned int inLength, + unsigned char *&out, unsigned int &outLength); -- cgit v1.2.3-60-g2f50