mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 19:00:02 +01:00
Slight code style improvements for blockwise functions.
This commit is contained in:
committed by
Milan Broz
parent
7fc006b63b
commit
091dfa0c26
@@ -101,7 +101,7 @@ uint64_t crypt_dev_partition_offset(const char *dev_path);
|
||||
ssize_t write_buffer(int fd, const void *buf, size_t count);
|
||||
ssize_t read_buffer(int fd, void *buf, size_t count);
|
||||
ssize_t write_blockwise(int fd, int bsize, void *buf, size_t count);
|
||||
ssize_t read_blockwise(int fd, int bsize, void *_buf, size_t count);
|
||||
ssize_t read_blockwise(int fd, int bsize, void *buf, size_t count);
|
||||
ssize_t write_lseek_blockwise(int fd, int bsize, char *buf, size_t count, off_t offset);
|
||||
ssize_t read_lseek_blockwise(int fd, int bsize, char *buf, size_t count, off_t offset);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user