mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
change doc
This commit is contained in:
parent
1488ee4ad2
commit
817f1cc9f1
@ -23,6 +23,10 @@
|
||||
|
||||
#pragma pack(1)
|
||||
|
||||
/**
|
||||
* @brief tar header
|
||||
* @warning Used internally, never exported
|
||||
*/
|
||||
struct tar_header {
|
||||
char filename[100];
|
||||
char mode[8];
|
||||
|
Loading…
x
Reference in New Issue
Block a user