diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 22:34:04 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 22:34:04 +0000 |
commit | 396bccfb1d686ee76f3718019f42d4841e36ae9d (patch) | |
tree | 557b2ff71c00370f55866afe33cf72aa568f90c6 /ext/zlib/php_zlib.h | |
parent | 878ed4934c54ff26e763ebc1544c9c079ea1a16a (diff) | |
download | php-git-396bccfb1d686ee76f3718019f42d4841e36ae9d.tar.gz |
More php3_ cleanup
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index bc2397b781..311f152fa0 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -39,8 +39,8 @@ typedef struct { int gzgetss_state; } php_zlib_globals; -extern zend_module_entry php3_zlib_module_entry; -#define zlib_module_ptr &php3_zlib_module_entry +extern zend_module_entry php_zlib_module_entry; +#define zlib_module_ptr &php_zlib_module_entry extern PHP_MINIT_FUNCTION(zlib); extern PHP_MSHUTDOWN_FUNCTION(zlib); |