aboutsummaryrefslogtreecommitdiffstats
path: root/test/float_test_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/float_test_private.h')
-rw-r--r--test/float_test_private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/float_test_private.h b/test/float_test_private.h
index a64aaeb..c865646 100644
--- a/test/float_test_private.h
+++ b/test/float_test_private.h
@@ -27,11 +27,11 @@
#include <inttypes.h>
#include "rin/float.h"
-static struct test_results rin_signbitf_test(void);
-static struct test_results rin_signbitd_test(void);
-static struct test_results rin_float_to_hexstring_test(void);
-static struct test_results rin_double_to_hexstring_test(void);
-static struct test_results rin_compare_float_test(void);
-static struct test_results rin_compare_double_test(void);
+static int rin_signbitf_test(void);
+static int rin_signbitd_test(void);
+static int rin_float_to_hexstring_test(void);
+static int rin_double_to_hexstring_test(void);
+static int rin_compare_float_test(void);
+static int rin_compare_double_test(void);
#endif /* LIBRIN_FLOAT_TEST_INCLUDED */