summaryrefslogtreecommitdiff
path: root/ext/aspell/php_aspell.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 01:56:43 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 01:56:43 +0000
commit1c25b8dd532961ecb09932b182457ca0adcf8b57 (patch)
tree2996afec821096218156f1d914301ad589edf897 /ext/aspell/php_aspell.h
parentb57703825be0ff40d34ee257ce14c453c4bffb98 (diff)
downloadphp-git-1c25b8dd532961ecb09932b182457ca0adcf8b57.tar.gz
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
Diffstat (limited to 'ext/aspell/php_aspell.h')
-rw-r--r--ext/aspell/php_aspell.h4
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);