diff options
Diffstat (limited to 'ext/cpdf/php_cpdf.h')
-rw-r--r-- | ext/cpdf/php_cpdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cpdf/php_cpdf.h b/ext/cpdf/php_cpdf.h index 48823a9216..90f4087034 100644 --- a/ext/cpdf/php_cpdf.h +++ b/ext/cpdf/php_cpdf.h @@ -35,7 +35,7 @@ #include <cpdflib.h> -extern php3_module_entry cpdf_module_entry; +extern zend_module_entry cpdf_module_entry; #define cpdf_module_ptr &cpdf_module_entry extern PHP_MINFO_FUNCTION(cpdf); |