From 9936548993a8d3b458951efe9bcd7825cd59e998 Mon Sep 17 00:00:00 2001 From: Vlad Krupin Date: Thu, 13 Jul 2000 20:39:14 +0000 Subject: - Making pspell compile as a shared module - fix a couple typos @ Making pspell compile as a shared module --- ext/pspell/php_pspell.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ext/pspell/php_pspell.h') 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 | + | Authors: Vlad Krupin | +----------------------------------------------------------------------+ */ @@ -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); -- cgit v1.2.1