diff options
author | Ron Yorston <rmy@pobox.com> | 2021-08-22 09:17:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-08-22 09:17:10 +0100 |
commit | 46c5767e7e39d1e173e382bda86ab88b4cad354d (patch) | |
tree | d22c7f2376527aebd556eec36e115f037f8a467e /include | |
parent | f13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03 (diff) | |
parent | 74c4f356aee9c64978a881e5760055d0e3510a6a (diff) | |
download | busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.tar.gz busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.tar.bz2 busybox-w32-46c5767e7e39d1e173e382bda86ab88b4cad354d.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h index 892c8a472..3bbe8af41 100644 --- a/include/bb_archive.h +++ b/include/bb_archive.h | |||
@@ -177,6 +177,7 @@ typedef struct tar_header_t { /* byte offset */ | |||
177 | struct BUG_tar_header { | 177 | struct BUG_tar_header { |
178 | char c[sizeof(tar_header_t) == TAR_BLOCK_SIZE ? 1 : -1]; | 178 | char c[sizeof(tar_header_t) == TAR_BLOCK_SIZE ? 1 : -1]; |
179 | }; | 179 | }; |
180 | void chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) FAST_FUNC; | ||
180 | 181 | ||
181 | 182 | ||
182 | extern const char cpio_TRAILER[]; | 183 | extern const char cpio_TRAILER[]; |