diff options
author | Wez Furlong <wez@php.net> | 2003-12-06 17:31:40 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-06 17:31:40 +0000 |
commit | 59823eca66ff76a66baf4f0a903e01d6ef7c48e3 (patch) | |
tree | 8a648fda349789eadf3ee27f0119829ffc2dc587 /ext/com_dotnet/php_com_dotnet.h | |
parent | df137ad240015f04a7b79b00b8f6bd594a99912f (diff) | |
download | php-git-59823eca66ff76a66baf4f0a903e01d6ef7c48e3.tar.gz |
com_create_guid() returns...
Diffstat (limited to 'ext/com_dotnet/php_com_dotnet.h')
-rw-r--r-- | ext/com_dotnet/php_com_dotnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/php_com_dotnet.h b/ext/com_dotnet/php_com_dotnet.h index 5d29c52594..831c7ad3c0 100644 --- a/ext/com_dotnet/php_com_dotnet.h +++ b/ext/com_dotnet/php_com_dotnet.h @@ -40,7 +40,7 @@ PHP_RINIT_FUNCTION(com_dotnet); PHP_RSHUTDOWN_FUNCTION(com_dotnet); PHP_MINFO_FUNCTION(com_dotnet); -PHP_FUNCTION(confirm_com_dotnet_compiled); +PHP_FUNCTION(com_create_guid); ZEND_BEGIN_MODULE_GLOBALS(com_dotnet) zend_bool allow_dcom; |