diff options
Diffstat (limited to 'cpio/cpio.h')
| -rw-r--r-- | cpio/cpio.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/cpio/cpio.h b/cpio/cpio.h index 3e951ce7403e2..1036dece93b03 100644 --- a/cpio/cpio.h +++ b/cpio/cpio.h @@ -71,6 +71,7 @@ struct cpio {  	int		  gid_override;  	char		 *gname_override;  	int		  day_first; /* true if locale prefers day/mon */ +	const char	 *passphrase;  	/* If >= 0, then close this when done. */  	int		  fd; @@ -90,6 +91,7 @@ struct cpio {  	struct archive   *matching;  	char		 *buff;  	size_t		  buff_size; +	char		 *ppbuff;  };  const char *owner_parse(const char *, int *, int *); @@ -101,8 +103,10 @@ enum {  	OPTION_GRZIP,  	OPTION_INSECURE,  	OPTION_LRZIP, +	OPTION_LZ4,  	OPTION_LZMA,  	OPTION_LZOP, +	OPTION_PASSPHRASE,  	OPTION_NO_PRESERVE_OWNER,  	OPTION_PRESERVE_OWNER,  	OPTION_QUIET,  | 
