From df4547a3df3768f51e96226240c20df17102dff3 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Tue, 23 May 2000 23:13:02 +0000 Subject: another bunch of proto fixes --- ext/domxml/domxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/domxml/domxml.c') diff --git a/ext/domxml/domxml.c b/ext/domxml/domxml.c index 15cda6b9ec..b93441d678 100644 --- a/ext/domxml/domxml.c +++ b/ext/domxml/domxml.c @@ -380,7 +380,7 @@ PHP_FUNCTION(domxml_attrname) } /* }}} */ -/* {{{ proto class node(string name) +/* {{{ proto class domxml_node(string name) Creates node */ PHP_FUNCTION(domxml_node) { -- cgit v1.2.1