summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/php_com_dotnet_internal.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-10-17 20:52:18 +0000
committerWez Furlong <wez@php.net>2003-10-17 20:52:18 +0000
commitd8d1ca3f3bfd9fdb628c9ab3a986adb5f10d6e93 (patch)
tree9f63182d86c4fdae4552b18d27aa43c3049498de /ext/com_dotnet/php_com_dotnet_internal.h
parent65657103ad848011edad2b6d866de57f172962f5 (diff)
downloadphp-git-d8d1ca3f3bfd9fdb628c9ab3a986adb5f10d6e93.tar.gz
add com iterator support
Diffstat (limited to 'ext/com_dotnet/php_com_dotnet_internal.h')
-rw-r--r--ext/com_dotnet/php_com_dotnet_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/com_dotnet/php_com_dotnet_internal.h b/ext/com_dotnet/php_com_dotnet_internal.h
index 749306e12b..150a925792 100644
--- a/ext/com_dotnet/php_com_dotnet_internal.h
+++ b/ext/com_dotnet/php_com_dotnet_internal.h
@@ -141,5 +141,8 @@ PHPAPI int php_com_import_typelib(ITypeLib *TL, int mode,
int codepage TSRMLS_DC);
void php_com_typelibrary_dtor(void *pDest);
+/* com_iterator.c */
+zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object TSRMLS_DC);
+
#endif