summaryrefslogtreecommitdiff
path: root/ext/gmp/php_gmp.h
diff options
context:
space:
mode:
authorLeigh <leight@gmail.com>2014-10-19 17:25:05 +0100
committerLeigh <leight@gmail.com>2014-10-19 17:25:05 +0100
commit2fe7533ffc49681491f8a7959b83eafb3e31681e (patch)
treefebd59e5de9f6eaac0e652cb7626bf5bd6e0b5e0 /ext/gmp/php_gmp.h
parentfb85d0322d39d49f37e32df6f68c9769f2cce0e4 (diff)
downloadphp-git-2fe7533ffc49681491f8a7959b83eafb3e31681e.tar.gz
gmp_random_seed()
Diffstat (limited to 'ext/gmp/php_gmp.h')
-rw-r--r--ext/gmp/php_gmp.h1
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);