]> granicus.if.org Git - php/commitdiff
MFH: fix proto
authorHannes Magnusson <bjori@php.net>
Mon, 21 Jul 2008 09:38:04 +0000 (09:38 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 21 Jul 2008 09:38:04 +0000 (09:38 +0000)
ext/libxml/libxml.c

index 0204d20ff33074678655f890688cd0e280426a6d..1ab1f2568c32052c88ca25b8a360e7ae71a41349 100644 (file)
@@ -700,7 +700,7 @@ static PHP_FUNCTION(libxml_set_streams_context)
 }
 /* }}} */
 
-/* {{{ proto void libxml_use_internal_errors([boolean use_errors]) 
+/* {{{ proto bool libxml_use_internal_errors([boolean use_errors]) 
    Disable libxml errors and allow user to fetch error information as needed */
 static PHP_FUNCTION(libxml_use_internal_errors)
 {