diff options
author | Leigh <leight@gmail.com> | 2014-10-19 17:25:05 +0100 |
---|---|---|
committer | Leigh <leight@gmail.com> | 2014-10-19 17:25:05 +0100 |
commit | 2fe7533ffc49681491f8a7959b83eafb3e31681e (patch) | |
tree | febd59e5de9f6eaac0e652cb7626bf5bd6e0b5e0 /ext/gmp/php_gmp.h | |
parent | fb85d0322d39d49f37e32df6f68c9769f2cce0e4 (diff) | |
download | php-git-2fe7533ffc49681491f8a7959b83eafb3e31681e.tar.gz |
gmp_random_seed()
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r-- | ext/gmp/php_gmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gmp/php_gmp.h b/ext/gmp/php_gmp.h index f9bc0f3269..0fdc1510f9 100644 --- a/ext/gmp/php_gmp.h +++ b/ext/gmp/php_gmp.h @@ -66,6 +66,7 @@ ZEND_FUNCTION(gmp_or); ZEND_FUNCTION(gmp_com); ZEND_FUNCTION(gmp_xor); ZEND_FUNCTION(gmp_random); +ZEND_FUNCTION(gmp_random_seed); ZEND_FUNCTION(gmp_random_bits); ZEND_FUNCTION(gmp_random_range); ZEND_FUNCTION(gmp_setbit); |