summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libxml/libxml_arginfo.h')
-rw-r--r--ext/libxml/libxml_arginfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/libxml/libxml_arginfo.h b/ext/libxml/libxml_arginfo.h
index 975fd07c79..e18e2c67b7 100644
--- a/ext/libxml/libxml_arginfo.h
+++ b/ext/libxml/libxml_arginfo.h
@@ -52,7 +52,7 @@ static const zend_function_entry class_LibXMLError_methods[] = {
ZEND_FE_END
};
-zend_class_entry *register_class_LibXMLError()
+static zend_class_entry *register_class_LibXMLError(void)
{
zend_class_entry ce, *class_entry;
@@ -97,4 +97,3 @@ zend_class_entry *register_class_LibXMLError()
return class_entry;
}
-