From c454a4156e704cce0018957db292cd77e93b01e4 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 19 Jun 2000 19:45:53 +0000 Subject: [PATCH] - added prototype --- ext/domxml/php_domxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 94c9f4503c..62ef4c5ea1 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -629,7 +629,7 @@ PHP_FUNCTION(domxml_getattr) } /* }}} */ -/* {{{ proto string domxml_setattr([int node,] string attrname, string value) +/* {{{ proto bool domxml_setattr([int node,] string attrname, string value) Sets value of given attribute */ PHP_FUNCTION(domxml_setattr) { @@ -676,7 +676,7 @@ PHP_FUNCTION(domxml_setattr) } /* }}} */ -/* {{{ proto string domxml_attributes([int node]) +/* {{{ proto array domxml_attributes([int node]) Returns list of attributes of node */ PHP_FUNCTION(domxml_attributes) { -- 2.40.0