fix SAPI_POST_* exports

This commit is contained in:
Daniel Beulshausen 2001-08-15 18:01:48 +00:00
parent db33d810f3
commit 0dab84d065
7 changed files with 12 additions and 12 deletions

View file

@ -191,7 +191,7 @@ PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_arra
}
SAPI_POST_HANDLER_FUNC(php_std_post_handler)
SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler)
{
char *var, *val;
char *strtok_buf = NULL;