diff options
Diffstat (limited to 'test/090_tables_readwrite')
| -rw-r--r-- | test/090_tables_readwrite/tables_readwrite_tests.c | 4 |
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 | ||
| 3 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); | 3 | int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); |
| 4 | bool writetableinfo(const tableinfo_t *, uint64_t, unsigned char *); | 4 | int64_t writetableinfo(const tableinfo_t *, size_t, unsigned char *); |
| 5 | 5 | ||
| 6 | uint64_t readn(void) { | 6 | uint64_t readn(void) { |
| 7 | char str[STRLENMAX]; | 7 | char str[STRLENMAX]; |
