mirror of
https://github.com/CTCaer/CTCaer-TWRP.git
synced 2024-11-27 12:10:35 +00:00
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
|
||
|
|