summaryrefslogtreecommitdiff
path: root/ext/zlib/php_zlib.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2004-07-17 00:05:31 +0000
committerSara Golemon <pollita@php.net>2004-07-17 00:05:31 +0000
commit5289adbe99f37847a54785f68748380e1a49050a (patch)
tree46809c73babd7718f3b6964e97621bdc77523a29 /ext/zlib/php_zlib.h
parentd40e78ad6f1a4d78e4a69eb1820ed9ac00083778 (diff)
downloadphp-git-5289adbe99f37847a54785f68748380e1a49050a.tar.gz
Add zlib stream filter support
Diffstat (limited to 'ext/zlib/php_zlib.h')
-rw-r--r--ext/zlib/php_zlib.h1
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