summaryrefslogtreecommitdiff
path: root/ext/hash/hash_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash_arginfo.h')
-rw-r--r--ext/hash/hash_arginfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/hash/hash_arginfo.h b/ext/hash/hash_arginfo.h
index 1f11c4948f..f6ba16d4c4 100644
--- a/ext/hash/hash_arginfo.h
+++ b/ext/hash/hash_arginfo.h
@@ -205,7 +205,7 @@ static const zend_function_entry class_HashContext_methods[] = {
ZEND_FE_END
};
-zend_class_entry *register_class_HashContext()
+static zend_class_entry *register_class_HashContext(void)
{
zend_class_entry ce, *class_entry;
@@ -215,4 +215,3 @@ zend_class_entry *register_class_HashContext()
return class_entry;
}
-