summaryrefslogtreecommitdiff
path: root/main/php_variables.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-03-03 19:41:36 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-03-03 19:41:36 +0000
commit94302c72b3429098edc666681af5c3390c90ddb5 (patch)
treebd7c34512b2c8fa87d2566f0baa190b0944684d9 /main/php_variables.h
parent66c05f7035730b91186a5a1c369569055477ad59 (diff)
downloadphp-git-94302c72b3429098edc666681af5c3390c90ddb5.tar.gz
Compiler warning fix.
Diffstat (limited to 'main/php_variables.h')
-rw-r--r--main/php_variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_variables.h b/main/php_variables.h
index 748b71a658..11304945f9 100644
--- a/main/php_variables.h
+++ b/main/php_variables.h
@@ -31,6 +31,7 @@
#define PARSE_STRING 3
void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
+void php_startup_auto_globals(TSRMLS_D);
extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
PHPAPI void php_register_variable(char *var, char *val, pval *track_vars_array TSRMLS_DC);
/* binary-safe version */