mirror of
https://github.com/CTCaer/CTCaer-TWRP.git
synced 2024-11-23 02:10:00 +00:00
e34c133ec6
update fuse to 2.9.2 catch return from unlink so that we don't print error messages when things work Change-Id: I1115039a0fa5d9d73f78ef1abd79755d7ffd9d96
8 lines
138 B
C
8 lines
138 B
C
#ifndef _TWRPTAR_HEADER
|
|
#define _TWRPTAR_HEADER
|
|
|
|
ssize_t write_tar(int fd, const void *buffer, size_t size);
|
|
|
|
#endif // _TWRPTAR_HEADER
|
|
|