From 5d96f54cf9001c61862c10df0925b2184af76ddc Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 12 Jan 2008 03:46:47 +0000 Subject: revert last commit, was to wrong branch --- ext/zip/lib/zip_replace.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/zip/lib/zip_replace.c') diff --git a/ext/zip/lib/zip_replace.c b/ext/zip/lib/zip_replace.c index 12db005f28..ae78e62b80 100644 --- a/ext/zip/lib/zip_replace.c +++ b/ext/zip/lib/zip_replace.c @@ -40,7 +40,7 @@ -PHPZIPAPI int +int zip_replace(struct zip *za, int idx, struct zip_source *source) { if (idx < 0 || idx >= za->nentry || source == NULL) { @@ -57,7 +57,7 @@ zip_replace(struct zip *za, int idx, struct zip_source *source) -PHPZIPAPI int +int _zip_replace(struct zip *za, int idx, const char *name, struct zip_source *source) { -- cgit v1.2.1