summaryrefslogtreecommitdiff
path: root/ext/dbase/php_dbase.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-07-27 17:09:35 +0000
committerAndrey Hristov <andrey@php.net>1999-07-27 17:09:35 +0000
commitc6840056a910e53de532b21d5481db3c1bf11a40 (patch)
treec970ec9366897ac6b2d6bbabbdc5d37fcc101d57 /ext/dbase/php_dbase.h
parent15d87d245211615e1d6081ac78e0d476b6af3821 (diff)
downloadphp-git-c6840056a910e53de532b21d5481db3c1bf11a40.tar.gz
More symbol work.
Diffstat (limited to 'ext/dbase/php_dbase.h')
-rw-r--r--ext/dbase/php_dbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbase/php_dbase.h b/ext/dbase/php_dbase.h
index 3eb82d094b..1f083e7b3a 100644
--- a/ext/dbase/php_dbase.h
+++ b/ext/dbase/php_dbase.h
@@ -35,7 +35,7 @@
extern php3_module_entry dbase_module_entry;
#define dbase_module_ptr &dbase_module_entry
-extern int php3_minit_dbase(INIT_FUNC_ARGS);
+extern PHP_MINIT_FUNCTION(dbase);
PHP_FUNCTION(dbase_open);
PHP_FUNCTION(dbase_create);
PHP_FUNCTION(dbase_close);