diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-21 04:02:11 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-21 04:02:11 +0000 |
commit | c5af324ec328b6d99971d53f7eeef1dae6bd017f (patch) | |
tree | 2875371c936403d820507124bc3dfa6e2fb27009 /main/php.h | |
parent | 7a87fcbbdac80f77f8b6ceb16436d398019c6091 (diff) | |
download | php-git-c5af324ec328b6d99971d53f7eeef1dae6bd017f.tar.gz |
More thread safety work
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index b087058d15..06ae5ce7ff 100644 --- a/main/php.h +++ b/main/php.h @@ -370,7 +370,7 @@ extern void html_putc(char c); #ifndef THREAD_SAFE extern int end_current_file_execution(int *retval); #endif -extern int _php3_hash_environment(void); +extern int _php3_hash_environment(PLS_D); extern int module_startup_modules(void); /* needed for modules only */ |