summaryrefslogtreecommitdiff
path: root/ext/com
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2001-09-04 21:46:27 +0000
committerEgon Schmid <eschmid@php.net>2001-09-04 21:46:27 +0000
commit8820474d4abce7ff1288894aa55a87fd99f62d53 (patch)
tree1bd09e12eafe93e27a61477f99f597553738b531 /ext/com
parente7e88a25d12fe2e1b5b302773b8c7b61605fe02c (diff)
downloadphp-git-8820474d4abce7ff1288894aa55a87fd99f62d53.tar.gz
Fixed some protos.
Diffstat (limited to 'ext/com')
-rw-r--r--ext/com/COM.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/com/COM.c b/ext/com/COM.c
index 699133eafd..f82602fb12 100644
--- a/ext/com/COM.c
+++ b/ext/com/COM.c
@@ -437,7 +437,7 @@ PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypelibFileChange)
PHP_INI_END()
-/* {{{ proto int com_load(string module_name [, string remote_host [, int codepage[, string typelib]]])
+/* {{{ proto int com_load(string module_name [, string remote_host [, int codepage [, string typelib]]])
Loads a COM module */
PHP_FUNCTION(com_load)
{
@@ -1082,7 +1082,8 @@ PHP_FUNCTION(com_propput)
/* }}} */
-/* {{{ proto bool com_load_typelib(string typelib_name[, int case_insensitiv]) */
+/* {{{ proto bool com_load_typelib(string typelib_name [, int case_insensitiv])
+ Loads a Typelib */
PHP_FUNCTION(com_load_typelib)
{
pval *arg_typelib, *arg_cis;