From 3a6e7c93af320e2df864ebc77bc66d1c18633dca Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 2 Jun 2021 10:27:11 +0200 Subject: [PATCH] Function prototypes in tests --- tests/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.c b/tests/test.c index e8d264a..9fba6d9 100644 --- a/tests/test.c +++ b/tests/test.c @@ -3,8 +3,8 @@ #include #include -int test_read(); -int test_write(); +int test_write(const char* file_name, const back_end_t backend); +int test_read(const char* file_name, const back_end_t backend); int main() {