diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-20 11:08:06 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-20 11:08:06 +0200 |
| commit | e1f3547e236671697c66e27ba02b6a151e59af04 (patch) | |
| tree | 342e3cfdc26697c7ef4c54346070dc646e3e1362 /src/header.c | |
| download | tar-e1f3547e236671697c66e27ba02b6a151e59af04.tar.gz tar-e1f3547e236671697c66e27ba02b6a151e59af04.tar.bz2 tar-e1f3547e236671697c66e27ba02b6a151e59af04.zip | |
Initial commit
Diffstat (limited to 'src/header.c')
| -rw-r--r-- | src/header.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/header.c b/src/header.c new file mode 100644 index 0000000..a0cf2fb --- /dev/null +++ b/src/header.c @@ -0,0 +1,3 @@ +#include "tar.h" + +/* int header_write(int fd, */ |
