X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d4286ec49d07820feb4ac2b7fa6d8276585626e7..a24e12e6dd814f7da77d121fcedf862f05f061f5:/zlib/zutil.c diff --git a/zlib/zutil.c b/zlib/zutil.c index 5a3fe6e0..bb2e3ea8 100644 --- a/zlib/zutil.c +++ b/zlib/zutil.c @@ -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;