summaryrefslogtreecommitdiff
path: root/gmp-h.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-05-01 14:24:45 +0200
committerTorbjorn Granlund <tege@gmplib.org>2009-05-01 14:24:45 +0200
commit0b5d939091059a460c907548e1f6f487b4561871 (patch)
tree79df584480551276ef1af5a9e60eb24ad9389aa2 /gmp-h.in
parentb7c5259cd93dba3e79d40eead94e134502654fd4 (diff)
downloadgmp-0b5d939091059a460c907548e1f6f487b4561871.tar.gz
(gmp_randinit_set): Add missing __GMP_DECLSPEC.
Diffstat (limited to 'gmp-h.in')
-rw-r--r--gmp-h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp-h.in b/gmp-h.in
index a48d0b02f..665fc8369 100644
--- a/gmp-h.in
+++ b/gmp-h.in
@@ -572,7 +572,7 @@ __GMP_DECLSPEC int gmp_randinit_lc_2exp_size __GMP_PROTO ((gmp_randstate_t, unsi
__GMP_DECLSPEC void gmp_randinit_mt __GMP_PROTO ((gmp_randstate_t));
#define gmp_randinit_set __gmp_randinit_set
-void gmp_randinit_set __GMP_PROTO ((gmp_randstate_t, __gmp_const __gmp_randstate_struct *));
+__GMP_DECLSPEC void gmp_randinit_set __GMP_PROTO ((gmp_randstate_t, __gmp_const __gmp_randstate_struct *));
#define gmp_randseed __gmp_randseed
__GMP_DECLSPEC void gmp_randseed __GMP_PROTO ((gmp_randstate_t, mpz_srcptr));