From 2126f799b90a23e0cbf809449a51888219a49fa1 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Thu, 15 Aug 2002 13:26:32 +0000 Subject: proto fixes --- ext/domxml/php_domxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/domxml/php_domxml.c') 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) { -- cgit v1.2.1