summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-30 01:48:22 +0000
committerZeev Suraski <zeev@php.net>2001-07-30 01:48:22 +0000
commitb57703825be0ff40d34ee257ce14c453c4bffb98 (patch)
tree7504a2deef2f4e11ab340ade7b4b92eb6cdb7e15 /Zend/zend_builtin_functions.h
parent0701d68f97a66e5435985fa495893b8a68c14533 (diff)
downloadphp-git-b57703825be0ff40d34ee257ce14c453c4bffb98.tar.gz
Avoid TSRMLS_FETCH()'s (still lots of work left)
Diffstat (limited to 'Zend/zend_builtin_functions.h')
-rw-r--r--Zend/zend_builtin_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.h b/Zend/zend_builtin_functions.h
index 574bc7fb19..bd144b1409 100644
--- a/Zend/zend_builtin_functions.h
+++ b/Zend/zend_builtin_functions.h
@@ -21,6 +21,6 @@
#ifndef ZEND_BUILTIN_FUNCTIONS_H
#define ZEND_BUILTIN_FUNCTIONS_H
-int zend_startup_builtin_functions(void);
+int zend_startup_builtin_functions(TSRMLS_D);
#endif /* ZEND_BUILTIN_FUNCTIONS_H */