summaryrefslogtreecommitdiff
path: root/Zend/zend_attributes_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_attributes_arginfo.h')
-rw-r--r--Zend/zend_attributes_arginfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/zend_attributes_arginfo.h b/Zend/zend_attributes_arginfo.h
index 3b605ad891..a09f9161fd 100644
--- a/Zend/zend_attributes_arginfo.h
+++ b/Zend/zend_attributes_arginfo.h
@@ -14,7 +14,7 @@ static const zend_function_entry class_Attribute_methods[] = {
ZEND_FE_END
};
-zend_class_entry *register_class_Attribute()
+static zend_class_entry *register_class_Attribute(void)
{
zend_class_entry ce, *class_entry;
@@ -30,4 +30,3 @@ zend_class_entry *register_class_Attribute()
return class_entry;
}
-