diff options
Diffstat (limited to 'ext/fdf/php_fdf.h')
-rw-r--r-- | ext/fdf/php_fdf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/fdf/php_fdf.h b/ext/fdf/php_fdf.h index 35005b154e..e475fbe5a4 100644 --- a/ext/fdf/php_fdf.h +++ b/ext/fdf/php_fdf.h @@ -32,8 +32,8 @@ extern zend_module_entry fdf_module_entry; #define fdf_module_ptr &fdf_module_entry -extern PHP_MINIT_FUNCTION(fdf); -extern PHP_MSHUTDOWN_FUNCTION(fdf); +PHP_MINIT_FUNCTION(fdf); +PHP_MSHUTDOWN_FUNCTION(fdf); PHP_MINFO_FUNCTION(fdf); PHP_FUNCTION(fdf_open); @@ -53,6 +53,7 @@ PHP_FUNCTION(fdf_set_flags); PHP_FUNCTION(fdf_set_opt); PHP_FUNCTION(fdf_set_submit_form_action); PHP_FUNCTION(fdf_set_javascript_action); + #else #define fdf_module_ptr NULL #endif |