diff options
author | Vlad Krupin <vlad@php.net> | 2000-07-13 20:39:14 +0000 |
---|---|---|
committer | Vlad Krupin <vlad@php.net> | 2000-07-13 20:39:14 +0000 |
commit | 9936548993a8d3b458951efe9bcd7825cd59e998 (patch) | |
tree | 004a21e80df43d5247c80bc039d9b6b6539eced0 /ext/pspell/php_pspell.h | |
parent | d041052428356411f1573f8fdad8e5b64695085b (diff) | |
download | php-git-9936548993a8d3b458951efe9bcd7825cd59e998.tar.gz |
- Making pspell compile as a shared module
- fix a couple typos
@ Making pspell compile as a shared module
Diffstat (limited to 'ext/pspell/php_pspell.h')
-rw-r--r-- | ext/pspell/php_pspell.h | 7 |
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); |