summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/php_intl_arginfo.h')
-rw-r--r--ext/intl/php_intl_arginfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/intl/php_intl_arginfo.h b/ext/intl/php_intl_arginfo.h
index fc734d594e..382f39aa96 100644
--- a/ext/intl/php_intl_arginfo.h
+++ b/ext/intl/php_intl_arginfo.h
@@ -1171,7 +1171,7 @@ static const zend_function_entry class_IntlException_methods[] = {
ZEND_FE_END
};
-zend_class_entry *register_class_IntlException(zend_class_entry *class_entry_Exception)
+static zend_class_entry *register_class_IntlException(zend_class_entry *class_entry_Exception)
{
zend_class_entry ce, *class_entry;
@@ -1180,4 +1180,3 @@ zend_class_entry *register_class_IntlException(zend_class_entry *class_entry_Exc
return class_entry;
}
-