summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_extension.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2003-12-06 17:31:40 +0000
committerWez Furlong <wez@php.net>2003-12-06 17:31:40 +0000
commit59823eca66ff76a66baf4f0a903e01d6ef7c48e3 (patch)
tree8a648fda349789eadf3ee27f0119829ffc2dc587 /ext/com_dotnet/com_extension.c
parentdf137ad240015f04a7b79b00b8f6bd594a99912f (diff)
downloadphp-git-59823eca66ff76a66baf4f0a903e01d6ef7c48e3.tar.gz
com_create_guid() returns...
Diffstat (limited to 'ext/com_dotnet/com_extension.c')
-rw-r--r--ext/com_dotnet/com_extension.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/com_dotnet/com_extension.c b/ext/com_dotnet/com_extension.c
index ec155ead19..7ff7dbb0c4 100644
--- a/ext/com_dotnet/com_extension.c
+++ b/ext/com_dotnet/com_extension.c
@@ -60,6 +60,7 @@ function_entry com_dotnet_functions[] = {
PHP_FE(variant_get_type, NULL)
PHP_FE(variant_set_type, NULL)
PHP_FE(variant_cast, NULL)
+ PHP_FE(com_create_guid, NULL)
{ NULL, NULL, NULL }
};