aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/archive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/archive.h b/include/archive.h
index 49c478728..9fc77e542 100644
--- a/include/archive.h
+++ b/include/archive.h
@@ -118,6 +118,8 @@ typedef struct archive_handle_t {
118#define ARCHIVE_DONT_RESTORE_PERM (1 << 6) 118#define ARCHIVE_DONT_RESTORE_PERM (1 << 6)
119#define ARCHIVE_NUMERIC_OWNER (1 << 7) 119#define ARCHIVE_NUMERIC_OWNER (1 << 7)
120#define ARCHIVE_O_TRUNC (1 << 8) 120#define ARCHIVE_O_TRUNC (1 << 8)
121/* Archiver specific. */
122#define ARCHIVE_TAR__TRUNC_WARNED (1 << 9)
121 123
122 124
123/* POSIX tar Header Block, from POSIX 1003.1-1990 */ 125/* POSIX tar Header Block, from POSIX 1003.1-1990 */