diff options
Diffstat (limited to 'include/bb_archive.h')
-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[]; |