summaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-27 11:02:33 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-27 11:02:33 +0000
commit2b6b4d539b0aab98b1cbb9d8c639cb12473aae94 (patch)
treed6882ff7b048292300536e2c995d819cba40573d /zlib
parent35f69d8ad928122528482418dcc77afb19819775 (diff)
downloadrsync-2b6b4d539b0aab98b1cbb9d8c639cb12473aae94.tar.gz
added support for --include, --include-from and the +/- syntax
Diffstat (limited to 'zlib')
-rw-r--r--zlib/zutil.c5
1 files changed, 0 insertions, 5 deletions
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;