aboutsummaryrefslogtreecommitdiff
path: root/include/bb_archive.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-10-19 12:53:35 +0100
committerRon Yorston <rmy@pobox.com>2015-10-19 12:53:35 +0100
commit8afe8ee83a274925340473fa4d0a984bdcbee740 (patch)
treeb78ed448cb6a55ba7d0ef8141a9f68b55b8acf11 /include/bb_archive.h
parentcaab029609633220c417dc0aaa9025fd4b7a169c (diff)
parent3d0805e9e7c45e6c0f9fb5e587d8b4a5a5f3c74c (diff)
downloadbusybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.tar.gz
busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.tar.bz2
busybox-w32-8afe8ee83a274925340473fa4d0a984bdcbee740.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'include/bb_archive.h')
-rw-r--r--include/bb_archive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bb_archive.h b/include/bb_archive.h
index d94169627..e2c8aede4 100644
--- a/include/bb_archive.h
+++ b/include/bb_archive.h
@@ -105,6 +105,7 @@ typedef struct archive_handle_t {
105#endif 105#endif
106#if ENABLE_CPIO || ENABLE_RPM2CPIO || ENABLE_RPM 106#if ENABLE_CPIO || ENABLE_RPM2CPIO || ENABLE_RPM
107 uoff_t cpio__blocks; 107 uoff_t cpio__blocks;
108 struct bb_uidgid_t cpio__owner;
108 struct hardlinks_t *cpio__hardlinks_to_create; 109 struct hardlinks_t *cpio__hardlinks_to_create;
109 struct hardlinks_t *cpio__created_hardlinks; 110 struct hardlinks_t *cpio__created_hardlinks;
110#endif 111#endif
@@ -169,6 +170,8 @@ struct BUG_tar_header {
169}; 170};
170 171
171 172
173extern const char cpio_TRAILER[];
174
172 175
173archive_handle_t *init_handle(void) FAST_FUNC; 176archive_handle_t *init_handle(void) FAST_FUNC;
174 177