From 4ada3dd3a058f8ae0899078e23753086dd19b27e Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 7 Dec 2000 12:09:38 +0000 Subject: Hardcode all functions which are mentioned in the Large File Support Spec http://ewe3.sas.com/standards/large.file/specs/api+.007.html --- main/php.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 76acd56cb2..9296138640 100644 --- a/main/php.h +++ b/main/php.h @@ -215,6 +215,7 @@ char *strerror(int); #define PHP_NAMED_FE(php_name, name, arg_types) { #php_name, name, arg_types }, #define PHP_FE(name, arg_types) PHP_NAMED_FE(name, PHP_FN(name), arg_types) #define PHP_FALIAS(name, alias, arg_types) PHP_NAMED_FE(name, PHP_FN(alias), arg_types) +#define PHP_STATIC_FE(php_name, func_name, arg_types) { php_name, func_name, arg_types }, #define PHP_MINIT(module) php_minit_##module #define PHP_MSHUTDOWN(module) php_mshutdown_##module -- cgit v1.2.1