cvs: php4 /ext/com/ COM.c

[email protected] ("Hartmut Holzgraefe")
Newsgroups php.version4
Message-ID <cvshholzgra959120789@cvsserver>
hholzgra		Wed May 24 00:26:29 2000 EDT

  Modified files:
    /php4/ext/com	COM.c 
  Log:
  even more protos were missing
  
  
Index: php4/ext/com/COM.c
diff -u php4/ext/com/COM.c:1.33 php4/ext/com/COM.c:1.34
--- php4/ext/com/COM.c:1.33	Wed May 24 00:24:04 2000
+++ php4/ext/com/COM.c	Wed May 24 00:26:28 2000
@@ -236,6 +236,8 @@
 }
 
 
+/* {{{ proto int com_load(string module_name)
+   Loads a COM module */
 PHP_FUNCTION(COM_load)
 {
 	pval *module_name, *server_name=NULL;
@@ -309,6 +311,7 @@
 
 	RETURN_LONG(zend_list_insert(i_dispatch,le_idispatch));
 }
+/* }}} */
 
 
 static void php_variant_to_pval(VARIANTARG *var_arg, pval *pval_arg, int persistent)
@@ -535,6 +538,8 @@
 }
 
 
+/* {{{ proto mixed com_invoke(int module, string handler_name [, mixed arg [, ...]])
+   Invokes a COM module */
 PHP_FUNCTION(COM_invoke)
 {
 	pval **arguments;
@@ -573,6 +578,7 @@
 
 	php_variant_to_pval(&var_result, return_value, 0);
 }
+/* }}} */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.