aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-08-22 09:17:10 +0100
committerRon Yorston <rmy@pobox.com>2021-08-22 09:17:10 +0100
commit46c5767e7e39d1e173e382bda86ab88b4cad354d (patch)
treed22c7f2376527aebd556eec36e115f037f8a467e /include
parentf13defb1c8f892ecf3e8dd5dbe486cc2b53e6f03 (diff)
parent74c4f356aee9c64978a881e5760055d0e3510a6a (diff)
downloadbusybox-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.h1
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 */
177struct BUG_tar_header { 177struct 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};
180void chksum_and_xwrite_tar_header(int fd, struct tar_header_t *hp) FAST_FUNC;
180 181
181 182
182extern const char cpio_TRAILER[]; 183extern const char cpio_TRAILER[];