summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/zlibutils.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-02-02 02:57:35 +0200
committerAndrei Karas <akaras@inbox.ru>2011-02-02 02:57:35 +0200
commit3d626b2dabfb581fb40d498f65d12dbf936b2b71 (patch)
treeea33171233f4d3f9bf76b765f65fe99c82057e52 /tools/tmxcopy/zlibutils.h
parent954ceb91ddd94985594996d6d3c50be7b5652626 (diff)
downloadmv-3d626b2dabfb581fb40d498f65d12dbf936b2b71.tar.gz
mv-3d626b2dabfb581fb40d498f65d12dbf936b2b71.tar.bz2
mv-3d626b2dabfb581fb40d498f65d12dbf936b2b71.tar.xz
mv-3d626b2dabfb581fb40d498f65d12dbf936b2b71.zip
Remove tools from client.
Tools moved to evol-tools repository. http://www.gitorious.org/evol/evol-tools
Diffstat (limited to 'tools/tmxcopy/zlibutils.h')
-rw-r--r--tools/tmxcopy/zlibutils.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/tmxcopy/zlibutils.h b/tools/tmxcopy/zlibutils.h
deleted file mode 100644
index 300c72ad9..000000000
--- a/tools/tmxcopy/zlibutils.h
+++ /dev/null
@@ -1,11 +0,0 @@
-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);