summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorlfousse <lfousse@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-15 20:44:23 +0000
committerlfousse <lfousse@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-15 20:44:23 +0000
commita2601a958b34ea71a755a989a53f865ad6f42c6b (patch)
tree914b64164c541dcbd6fee852d3f46493591b9af4 /mpfr.h
parent75574d7d9ba186600879d70e3e92246f9104aa61 (diff)
downloadmpfr-a2601a958b34ea71a755a989a53f865ad6f42c6b.tar.gz
Add protoype for mpfr_min_prec in mpfr.h.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6104 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpfr.h b/mpfr.h
index ec29621c2..9ef0b813e 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -256,6 +256,7 @@ __MPFR_DECLSPEC int
__MPFR_DECLSPEC int
mpfr_can_round _MPFR_PROTO ((mpfr_srcptr, mp_exp_t, mpfr_rnd_t, mpfr_rnd_t,
mpfr_prec_t));
+__MPFR_DECLSPEC int mpfr_min_prec _MPFR_PROTO ((mpfr_srcptr));
__MPFR_DECLSPEC mp_exp_t mpfr_get_exp _MPFR_PROTO ((mpfr_srcptr));
__MPFR_DECLSPEC int mpfr_set_exp _MPFR_PROTO ((mpfr_ptr, mp_exp_t));