aboutsummaryrefslogtreecommitdiff
path: root/include/bb_archive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bb_archive.h')
-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[];