summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-08-20 17:02:11 +0000
committerZeev Suraski <zeev@php.net>1999-08-20 17:02:11 +0000
commit6313238c63d8b714e926b6a444f251fc631d73a8 (patch)
tree1007d9f596120ef3afa49521dd12cce109f1a90f /Zend/zend_constants.h
parente5aa4c844f1d33fd7af0535e7ca50ae480ba07a6 (diff)
downloadphp-git-6313238c63d8b714e926b6a444f251fc631d73a8.tar.gz
Fix for Thies's UMR
Diffstat (limited to 'Zend/zend_constants.h')
-rw-r--r--Zend/zend_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_constants.h b/Zend/zend_constants.h
index 39599dba7b..fd196c450d 100644
--- a/Zend/zend_constants.h
+++ b/Zend/zend_constants.h
@@ -46,7 +46,7 @@ typedef struct _zend_constant {
void clean_module_constants(int module_number);
int free_zend_constant(zend_constant *c);
-int zend_startup_constants(HashTable *constants ELS_DC);
+int zend_startup_constants(ELS_D);
int zend_shutdown_constants(ELS_D);
void zend_register_standard_constants(ELS_D);
void clean_non_persistent_constants(void);