summaryrefslogtreecommitdiff
path: root/ext/gmp/php_gmp_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gmp/php_gmp_int.h')
-rw-r--r--ext/gmp/php_gmp_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gmp/php_gmp_int.h b/ext/gmp/php_gmp_int.h
index d8111a6e47..d4ef5f0157 100644
--- a/ext/gmp/php_gmp_int.h
+++ b/ext/gmp/php_gmp_int.h
@@ -25,7 +25,7 @@ static inline gmp_object *php_gmp_object_from_zend_object(zend_object *zobj) {
return (gmp_object *)( ((char *)zobj) - XtOffsetOf(gmp_object, std) );
}
-PHP_GMP_API zend_class_entry *php_gmp_class_entry();
+PHP_GMP_API zend_class_entry *php_gmp_class_entry(void);
/* GMP and MPIR use different datatypes on different platforms */
#ifdef PHP_WIN32