aboutsummaryrefslogtreecommitdiff
path: root/test/090_tables_readwrite/tables_readwrite_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/090_tables_readwrite/tables_readwrite_tests.c')
-rw-r--r--test/090_tables_readwrite/tables_readwrite_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/090_tables_readwrite/tables_readwrite_tests.c b/test/090_tables_readwrite/tables_readwrite_tests.c
index 3306dd6..96a60bb 100644
--- a/test/090_tables_readwrite/tables_readwrite_tests.c
+++ b/test/090_tables_readwrite/tables_readwrite_tests.c
@@ -1,7 +1,7 @@
1#include "../test.h" 1#include "../test.h"
2 2
3bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); 3int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *);
4bool writetableinfo(const tableinfo_t *, uint64_t, unsigned char *); 4int64_t writetableinfo(const tableinfo_t *, size_t, unsigned char *);
5 5
6uint64_t readn(void) { 6uint64_t readn(void) {
7 char str[STRLENMAX]; 7 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net