diff options
author | Sara Golemon <pollita@php.net> | 2004-07-17 00:05:31 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2004-07-17 00:05:31 +0000 |
commit | 5289adbe99f37847a54785f68748380e1a49050a (patch) | |
tree | 46809c73babd7718f3b6964e97621bdc77523a29 /ext/zlib/php_zlib.h | |
parent | d40e78ad6f1a4d78e4a69eb1820ed9ac00083778 (diff) | |
download | php-git-5289adbe99f37847a54785f68748380e1a49050a.tar.gz |
Add zlib stream filter support
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r-- | ext/zlib/php_zlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 5e6795d909..92b1f874be 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -35,6 +35,7 @@ ZEND_BEGIN_MODULE_GLOBALS(zlib) char *output_handler; ZEND_END_MODULE_GLOBALS(zlib) +extern php_stream_filter_factory php_zlib_filter_factory; extern zend_module_entry php_zlib_module_entry; #define zlib_module_ptr &php_zlib_module_entry |