]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/unzip.c
Merge branch 'importfixes' into 'master'
[xonotic/netradiant.git] / tools / quake3 / common / unzip.c
index f5ee82be5de60bcd2e08e0f6c0cf1af4e9f391e8..2ff646d5c20dbdef55e9a313904d660c53614114 100644 (file)
@@ -231,8 +231,8 @@ float       __LittleFloat (float l)
 
 
 typedef uLong (*check_func) OF((uLong check, const Byte *buf, uInt len));
-voidp zcalloc OF((voidp opaque, unsigned items, unsigned size));
-void   zcfree  OF((voidp opaque, voidp ptr));
+static voidp zcalloc OF((voidp opaque, unsigned items, unsigned size));
+static void  zcfree  OF((voidp opaque, voidp ptr));
 
 #define ZALLOC(strm, items, size) \
            (*((strm)->zalloc))((strm)->opaque, (items), (size))