diff options
author | Andi Gutmans <andi@php.net> | 2000-06-13 19:01:22 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-13 19:01:22 +0000 |
commit | 727398b2d4cf7892e78a286ca99a228eb0e32bbb (patch) | |
tree | 3f093e065b9bc850449c0af8b840856c784a8a77 /Zend/zend_compile.h | |
parent | e5360259a4835817008f5181a92897d0ef103be3 (diff) | |
download | php-git-727398b2d4cf7892e78a286ca99a228eb0e32bbb.tar.gz |
Add to the API
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index b89ae9daa9..4bb716cc8b 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -365,7 +365,7 @@ void do_extended_fcall_end(CLS_D); void do_ticks(CLS_D); -void function_add_ref(zend_function *function); +ZEND_API void function_add_ref(zend_function *function); #define INITIAL_OP_ARRAY_SIZE 64 |