From: Christian Stocker Date: Thu, 15 Aug 2002 13:26:32 +0000 (+0000) Subject: proto fixes X-Git-Tag: php-4.3.0dev_zend2_alpha3~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2126f799b90a23e0cbf809449a51888219a49fa1;p=php proto fixes --- diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index b3385d4db0..025dcd069a 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -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) {