summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-04 22:46:06 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-04 22:46:06 +0000
commite3fdc42dfa1db2d96f8da2f86be8bfd5b8b7a3b0 (patch)
treeddfb80a5121c08142d214aa3559cf51f51c635af /ext/zip
parentdf6f8ba35a788f045c9d57bb665852017249b493 (diff)
downloadphp-git-e3fdc42dfa1db2d96f8da2f86be8bfd5b8b7a3b0.tar.gz
proto fixes
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/zip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/zip.c b/ext/zip/zip.c
index 4a38cc63ac..5098a0088d 100644
--- a/ext/zip/zip.c
+++ b/ext/zip/zip.c
@@ -263,7 +263,7 @@ PHP_FUNCTION(zip_entry_open)
}
/* }}} */
-/* {{{ proto string zip_read(resource zip_ent)
+/* {{{ proto string zip_entry_read(resource zip_ent)
Read X bytes from an opened zip entry */
PHP_FUNCTION(zip_entry_read)
{
@@ -288,7 +288,7 @@ PHP_FUNCTION(zip_entry_read)
}
/* }}} */
-/* {{{ proto void zip_close(resource zip_ent)
+/* {{{ proto void zip_entry_close(resource zip_ent)
Close a zip entry */
PHP_FUNCTION(zip_entry_close)
{