X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/35f69d8ad928122528482418dcc77afb19819775..2b6b4d539b0aab98b1cbb9d8c639cb12473aae94:/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;