diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2004-02-20 08:03:27 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2004-02-20 08:03:27 +0000 |
commit | 1727c6a2bb0dec1635b9da90f88308effb54ebb2 (patch) | |
tree | 20fdb5b60d77be091a5fd7b7c4b9e98fa205f85d /Zend/zend_iterators.h | |
parent | 767450164e9c62db76fa5de5c74598700bfeff0b (diff) | |
download | php-git-1727c6a2bb0dec1635b9da90f88308effb54ebb2.tar.gz |
more EXTERN_C wrapping of ZEND_API prototypes
Diffstat (limited to 'Zend/zend_iterators.h')
-rwxr-xr-x | Zend/zend_iterators.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_iterators.h b/Zend/zend_iterators.h index 0398f118c7..9815ef72bb 100755 --- a/Zend/zend_iterators.h +++ b/Zend/zend_iterators.h @@ -74,6 +74,7 @@ enum zend_object_iterator_kind { ZEND_ITER_OBJECT }; +BEGIN_EXTERN_C() /* given a zval, returns stuff that can be used to iterate it. */ ZEND_API enum zend_object_iterator_kind zend_iterator_unwrap(zval *array_ptr, zend_object_iterator **iter TSRMLS_DC); @@ -81,6 +82,7 @@ ZEND_API enum zend_object_iterator_kind zend_iterator_unwrap(zval *array_ptr, ze ZEND_API zval *zend_iterator_wrap(zend_object_iterator *iter TSRMLS_DC); ZEND_API void zend_register_iterator_wrapper(TSRMLS_D); +END_EXTERN_C() /* * Local variables: |