summaryrefslogtreecommitdiff
path: root/tmxcopy/zlibutils.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-02 02:59:55 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-02 02:59:55 +0200
commit30ede65e73a18ed774ebd5671c4244fc763481d1 (patch)
tree51c841d17c3db16c7cda8f9f2e28c8520caa70cd /tmxcopy/zlibutils.h
parentf36332ff10ab2eedac1138c7b2739b709f94173c (diff)
downloadtools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.gz
tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.bz2
tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.xz
tools-30ede65e73a18ed774ebd5671c4244fc763481d1.zip
Add moved tools from manaplus. http://www.gitorious.org/manaplus/
Diffstat (limited to 'tmxcopy/zlibutils.h')
-rw-r--r--tmxcopy/zlibutils.h11
1 files changed, 11 insertions, 0 deletions
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);