summaryrefslogtreecommitdiff
path: root/tests/tlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tlog.c')
-rw-r--r--tests/tlog.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tlog.c b/tests/tlog.c
index f47bedd38..e39181d4d 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -28,6 +28,12 @@ MA 02111-1307, USA. */
#include "mpfr-test.h"
extern int isnan();
+double drand_log _PROTO((void));
+int check1 _PROTO((double, unsigned char, double, int));
+void check3 _PROTO((double, unsigned long, unsigned char));
+void check4 _PROTO((int));
+void slave _PROTO((int, int));
+void check_worst_cases _PROTO((void));
double drand_log()
{