]> granicus.if.org Git - php/commitdiff
proto fixes
authorChristian Stocker <chregu@php.net>
Thu, 15 Aug 2002 13:26:32 +0000 (13:26 +0000)
committerChristian Stocker <chregu@php.net>
Thu, 15 Aug 2002 13:26:32 +0000 (13:26 +0000)
ext/domxml/php_domxml.c

index b3385d4db00de6f554776589a764820bf00604ce..025dcd069a780a9a7066a3433824f5928d86f38b 100644 (file)
@@ -3329,7 +3329,7 @@ PHP_FUNCTION(domxml_doc_create_element_ns)
 }
 /* }}} */
 
-/* {{{ proto object domxml_node_add_namespace(string uri, string prefix)
+/* {{{ proto bool domxml_node_add_namespace(string uri, string prefix)
    Adds a namespace declaration to a node */
 PHP_FUNCTION(domxml_node_add_namespace)
 {
@@ -3350,7 +3350,7 @@ PHP_FUNCTION(domxml_node_add_namespace)
 }
 /* }}} */
 
-/* {{{ proto object domxml_node_set_namespace(string uri [, string prefix])
+/* {{{ proto void domxml_node_set_namespace(string uri [, string prefix])
    Sets the namespace of a node */
 PHP_FUNCTION(domxml_node_set_namespace)
 {