summaryrefslogtreecommitdiff
path: root/ext/standard/php_mt_rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_mt_rand.h')
-rw-r--r--ext/standard/php_mt_rand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_mt_rand.h b/ext/standard/php_mt_rand.h
index bf0f6c20a1..e33d558591 100644
--- a/ext/standard/php_mt_rand.h
+++ b/ext/standard/php_mt_rand.h
@@ -36,6 +36,7 @@
PHPAPI void php_mt_srand(uint32_t seed);
PHPAPI uint32_t php_mt_rand(void);
PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max);
+PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max);
PHP_MINIT_FUNCTION(mt_rand);