diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-03-17 13:08:59 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-03-17 13:08:59 +0000 |
commit | fa692f6744ce137a8a996124acb797b67885443e (patch) | |
tree | f754f7a06f5ab4cc3a6df42b7cc0ae21fd49d0ad /ext/zlib | |
parent | 212abb49969119008697a6903010edb75759bcd4 (diff) | |
download | php-git-fa692f6744ce137a8a996124acb797b67885443e.tar.gz |
proto fix
Diffstat (limited to 'ext/zlib')
-rw-r--r-- | ext/zlib/zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index e378bf6156..0c1624c342 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -660,7 +660,7 @@ PHP_FUNCTION(gzinflate) } /* }}} */ -/*`{{{ proto zlib_get_coding_type() +/*`{{{ proto string zlib_get_coding_type(void) Returns the coding type used for output compression */ PHP_FUNCTION(zlib_get_coding_type) |