diff options
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index ab2256c5fe..cef900dc01 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -39,7 +39,7 @@ #include <FdfTk.h> -extern php3_module_entry fdf_module_entry; +extern zend_module_entry fdf_module_entry; #define phpext_fdf_ptr &fdf_module_entry extern PHP_MINIT_FUNCTION(fdf); |