diff options
author | jbj <devnull@localhost> | 2001-01-23 23:03:28 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-01-23 23:03:28 +0000 |
commit | 8b7b911a17f187822f6e72b162ef3bea39366176 (patch) | |
tree | 8790acb6f1649782d0949a69ef3711170959e627 /lib/cpio.h | |
parent | 7eb91a51526e6d85cbcec1760d7a18144b1aa9b5 (diff) | |
download | librpm-tizen-8b7b911a17f187822f6e72b162ef3bea39366176.tar.gz librpm-tizen-8b7b911a17f187822f6e72b162ef3bea39366176.tar.bz2 librpm-tizen-8b7b911a17f187822f6e72b162ef3bea39366176.zip |
Rip out cpioFileMap.
CVS patchset: 4493
CVS date: 2001/01/23 23:03:28
Diffstat (limited to 'lib/cpio.h')
-rw-r--r-- | lib/cpio.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/cpio.h b/lib/cpio.h index 99c998687..4f24415d9 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -62,20 +62,6 @@ typedef enum cpioMapFlags_e { } cpioMapFlags; /** \ingroup payload - * Defines a single file to be included in a cpio payload. - */ -struct cpioFileMapping { -/*@dependent@*/ const char * archivePath; /*!< Path to store in cpio archive. */ -/*@dependent@*/ const char * dirName; /*!< Payload file directory. */ -/*@dependent@*/ const char * baseName; /*!< Payload file base name. */ -/*@dependent@*/ const char * md5sum; /*!< File MD5 sum (NULL disables). */ - mode_t finalMode; /*!< Mode of payload file (from header). */ - uid_t finalUid; /*!< Uid of payload file (from header). */ - gid_t finalGid; /*!< Gid of payload file (from header). */ - cpioMapFlags mapFlags; -}; - -/** \ingroup payload * The first argument passed in a cpio progress callback. * * @note When building the cpio payload, only "file" is filled in. |