diff options
Diffstat (limited to 'ext/aspell')
-rw-r--r-- | ext/aspell/php_aspell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/aspell/php_aspell.h b/ext/aspell/php_aspell.h index 09541eb832..3047c99a3f 100644 --- a/ext/aspell/php_aspell.h +++ b/ext/aspell/php_aspell.h @@ -24,8 +24,8 @@ extern zend_module_entry aspell_module_entry; #define aspell_module_ptr &aspell_module_entry -extern PHP_MINIT_FUNCTION(aspell); -extern PHP_MINFO_FUNCTION(aspell); +PHP_MINIT_FUNCTION(aspell); +PHP_MINFO_FUNCTION(aspell); PHP_FUNCTION(aspell_new); PHP_FUNCTION(aspell_check); |