diff options
author | Greg Beaver <cellog@php.net> | 2008-01-12 03:46:47 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-12 03:46:47 +0000 |
commit | 5d96f54cf9001c61862c10df0925b2184af76ddc (patch) | |
tree | a25884e09331c17be2cfaafd295806708c3743ee /ext/zip/lib/zip_unchange.c | |
parent | 9ce5990880049726da2a3117c27bfab8e95b7894 (diff) | |
download | php-git-5d96f54cf9001c61862c10df0925b2184af76ddc.tar.gz |
revert last commit, was to wrong branch
Diffstat (limited to 'ext/zip/lib/zip_unchange.c')
-rw-r--r-- | ext/zip/lib/zip_unchange.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_unchange.c b/ext/zip/lib/zip_unchange.c index 80070e7a3b..34e7f2d367 100644 --- a/ext/zip/lib/zip_unchange.c +++ b/ext/zip/lib/zip_unchange.c @@ -41,7 +41,7 @@ -PHPZIPAPI int +int zip_unchange(struct zip *za, int idx) { return _zip_unchange(za, idx, 0); @@ -49,7 +49,7 @@ zip_unchange(struct zip *za, int idx) -PHPZIPAPI int +int _zip_unchange(struct zip *za, int idx, int allow_duplicates) { int i; |