diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-02 02:59:55 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-02 02:59:55 +0200 |
commit | 30ede65e73a18ed774ebd5671c4244fc763481d1 (patch) | |
tree | 51c841d17c3db16c7cda8f9f2e28c8520caa70cd /tmxcopy/zlibutils.h | |
parent | f36332ff10ab2eedac1138c7b2739b709f94173c (diff) | |
download | evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.gz evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.bz2 evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.tar.xz evol-tools-30ede65e73a18ed774ebd5671c4244fc763481d1.zip |
Add moved tools from manaplus. http://www.gitorious.org/manaplus/
Diffstat (limited to 'tmxcopy/zlibutils.h')
-rw-r--r-- | tmxcopy/zlibutils.h | 11 |
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); |