diff options
Diffstat (limited to 'test/diagnostic_test.h')
-rw-r--r-- | test/diagnostic_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/diagnostic_test.h b/test/diagnostic_test.h index e8f2967..0929abb 100644 --- a/test/diagnostic_test.h +++ b/test/diagnostic_test.h @@ -21,6 +21,6 @@ #ifndef LIBRIN_DIAGNOSTIC_TEST_INCLUDED #define LIBRIN_DIAGNOSTIC_TEST_INCLUDED -struct test_results diagnostic_test(void); +int diagnostic_test(char *testname); #endif /* LIBRIN_DIAGNOSTIC_TEST_INCLUDED */ |