diff options
| author | Jan Sucan <jan@jansucan.com> | 2021-06-06 13:51:00 +0200 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2021-06-06 13:51:00 +0200 |
| commit | 37677a62c3d4baa4c70cefd9646ba62fd1e62649 (patch) | |
| tree | 1b70b6fe3c6689f3387a5752a8e4f133b71511b9 /src/file.h | |
| parent | f1ced068f1eccdf2866a91334d4e271e8f94802d (diff) | |
Fix restoring a diff image
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,8 +27,11 @@ #ifndef FILE_H #define FILE_H +#include <stdint.h> #include <stdio.h> long file_size(FILE *const file); +size_t file_read_sectors(FILE *const file, char *const buffer, + uint32_t buffer_size, uint32_t sector_size); #endif /* FILE_H */ |
