diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-30 01:56:43 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-30 01:56:43 +0000 |
commit | 1c25b8dd532961ecb09932b182457ca0adcf8b57 (patch) | |
tree | 2996afec821096218156f1d914301ad589edf897 /ext/dbase | |
parent | b57703825be0ff40d34ee257ce14c453c4bffb98 (diff) | |
download | php-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/dbase')
-rw-r--r-- | ext/dbase/php_dbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbase/php_dbase.h b/ext/dbase/php_dbase.h index c01511db77..18d0873277 100644 --- a/ext/dbase/php_dbase.h +++ b/ext/dbase/php_dbase.h @@ -24,7 +24,7 @@ extern zend_module_entry dbase_module_entry; #define dbase_module_ptr &dbase_module_entry -extern PHP_MINIT_FUNCTION(dbase); +PHP_MINIT_FUNCTION(dbase); PHP_FUNCTION(dbase_open); PHP_FUNCTION(dbase_create); PHP_FUNCTION(dbase_close); |