From 8b7b911a17f187822f6e72b162ef3bea39366176 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 23 Jan 2001 23:03:28 +0000 Subject: Rip out cpioFileMap. CVS patchset: 4493 CVS date: 2001/01/23 23:03:28 --- lib/cpio.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lib/cpio.h') diff --git a/lib/cpio.h b/lib/cpio.h index 99c998687..4f24415d9 100644 --- a/lib/cpio.h +++ b/lib/cpio.h @@ -61,20 +61,6 @@ typedef enum cpioMapFlags_e { CPIO_MULTILIB = (1 << 31) /* internal, only for building */ } 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. * -- cgit v1.2.3