]> git.ipfire.org Git - thirdparty/rsync.git/blobdiff - zlib/zutil.c
added support for --include, --include-from and the +/- syntax
[thirdparty/rsync.git] / zlib / zutil.c
index 5a3fe6e0a5d6c2d716d6d441a9219bf89f496b64..bb2e3ea8fc03e886e230f6237706a0bf875753c0 100644 (file)
@@ -200,11 +200,6 @@ void  zcfree (voidpf opaque, voidpf ptr)
 
 #ifndef MY_ZCALLOC /* Any system without a special alloc function */
 
-#ifndef STDC
-extern voidp  calloc OF((uInt items, uInt size));
-extern void   free   OF((voidpf ptr));
-#endif
-
 voidpf zcalloc (opaque, items, size)
     voidpf opaque;
     unsigned items;