diff options
Diffstat (limited to 'Zend/zend_API.c')
| -rw-r--r-- | Zend/zend_API.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 984ac63c19..761e1b142e 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -30,7 +30,7 @@ /* these variables are true statics/globals, and have to be mutex'ed on every access */ static int module_count=0; -HashTable module_registry; +ZEND_API HashTable module_registry; /* this function doesn't check for too many parameters */ ZEND_API int zend_get_parameters(int ht, int param_count, ...) |
