login: explain -h HOST option better
[oweals/busybox.git] / include / bb_archive.h
index 5d9e24c1768183dabddef52df13c34af7a28ed29..2329d025d4dc79e05477fa863a5276062f329a41 100644 (file)
@@ -95,6 +95,7 @@ typedef struct archive_handle_t {
 #endif
 #if ENABLE_CPIO || ENABLE_RPM2CPIO || ENABLE_RPM
        uoff_t cpio__blocks;
+       struct bb_uidgid_t cpio__owner;
        struct hardlinks_t *cpio__hardlinks_to_create;
        struct hardlinks_t *cpio__created_hardlinks;
 #endif
@@ -159,6 +160,8 @@ struct BUG_tar_header {
 };
 
 
+extern const char cpio_TRAILER[];
+
 
 archive_handle_t *init_handle(void) FAST_FUNC;