Skip to content

Commit

Permalink
proto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Aug 15, 2002
1 parent c0f4035 commit 2126f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/domxml/php_domxml.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
{
Expand Down

0 comments on commit 2126f79

Please sign in to comment.