summaryrefslogtreecommitdiff
path: root/ext/pspell/php_pspell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pspell/php_pspell.h')
-rw-r--r--ext/pspell/php_pspell.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ext/pspell/php_pspell.h b/ext/pspell/php_pspell.h
index 272272da69..c72bec8976 100644
--- a/ext/pspell/php_pspell.h
+++ b/ext/pspell/php_pspell.h
@@ -23,7 +23,7 @@
| If you did not, or have any questions about PHP licensing, please |
| contact core@php.net. |
+----------------------------------------------------------------------+
- | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> |
+ | Authors: Vlad Krupin <phpdevel@echospace.com> |
+----------------------------------------------------------------------+
*/
@@ -36,9 +36,8 @@
extern zend_module_entry pspell_module_entry;
#define pspell_module_ptr &pspell_module_entry
-extern PHP_MINIT_FUNCTION(pspell);
-extern PHP_MINFO_FUNCTION(pspell);
-
+PHP_MINIT_FUNCTION(pspell);
+PHP_MINFO_FUNCTION(pspell);
PHP_FUNCTION(pspell_new);
PHP_FUNCTION(pspell_mode);
PHP_FUNCTION(pspell_runtogether);