summaryrefslogtreecommitdiff
path: root/get_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'get_ui.c')
-rw-r--r--get_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_ui.c b/get_ui.c
index e78231fb0..4afb77354 100644
--- a/get_ui.c
+++ b/get_ui.c
@@ -23,7 +23,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
unsigned long
-mpfr_get_ui (mpfr_srcptr f, mp_rnd_t rnd)
+mpfr_get_ui (mpfr_srcptr f, mpfr_rnd_t rnd)
{
mp_prec_t prec;
unsigned long s;