]> granicus.if.org Git - php/commitdiff
Id tag added.
authorAndrey Hristov <andrey@php.net>
Sat, 19 Jul 2003 19:11:01 +0000 (19:11 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 19 Jul 2003 19:11:01 +0000 (19:11 +0000)
Proto fixes

ext/xmlrpc/php_xmlrpc.h
ext/xmlrpc/xmlrpc-epi-php.c

index 0b50fc253e86b4623ad5abd0fe46795c0e5e3058..521931a4787415844f07033491eecc167add41a5 100644 (file)
@@ -51,6 +51,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 #ifndef _PHP_XMLRPC_H
 #define _PHP_XMLRPC_H
 
index a109b793da4f8f2381847f7d5557b180efda59b3..b65fe30ffae2b820c45ad07526b656dba9dda67c 100644 (file)
@@ -51,6 +51,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 /**********************************************************************
 * BUGS:                                                               *
 *  - when calling a php user function, there appears to be no way to  *
@@ -817,7 +819,7 @@ PHP_FUNCTION(xmlrpc_server_create)
 }
 /* }}} */
 
-/* {{{ proto void xmlrpc_server_destroy(resource server)
+/* {{{ proto int xmlrpc_server_destroy(resource server)
    Destroys server resources */
 PHP_FUNCTION(xmlrpc_server_destroy)
 {
@@ -1445,7 +1447,7 @@ PHP_FUNCTION(xmlrpc_get_type)
 }
 /* }}} */
 
-/* {{{ proto string xmlrpc_is_fault(array)
+/* {{{ proto bool xmlrpc_is_fault(array)
    Determines if an array value represents an XMLRPC fault. */
 PHP_FUNCTION(xmlrpc_is_fault)
 {