summaryrefslogtreecommitdiff
path: root/lib/psm.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-12 04:10:21 +0000
committerjbj <devnull@localhost>2001-06-12 04:10:21 +0000
commit1b87bd9ef75810794edede55d94c25c5d1e94d41 (patch)
tree64ad442a900ff06b72085c92ac2ccc2507f3e176 /lib/psm.h
parent03f527390168680d98f13ada0dbf6be4cd17dc9c (diff)
downloadlibrpm-tizen-1b87bd9ef75810794edede55d94c25c5d1e94d41.tar.gz
librpm-tizen-1b87bd9ef75810794edede55d94c25c5d1e94d41.tar.bz2
librpm-tizen-1b87bd9ef75810794edede55d94c25c5d1e94d41.zip
- remove dead code frpm popt table reorg.
- more CLI typedefs/prototypes moved from rpmlib.h to rpmcli.h. - rpm --verify skips files in non-installed states. - rpm --verify skips content checks for %ghost files. - rpm --verify displays config/doc/gnost/license/readme atrrs for files. - rpm --verify checks immutable header region digest if available. - rpmbuild adds header region digest (SHA1 as string). - use rpmTag* typedefs in new hge/hae/hme/hre header vectors. CVS patchset: 4854 CVS date: 2001/06/12 04:10:21
Diffstat (limited to 'lib/psm.h')
-rw-r--r--lib/psm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/psm.h b/lib/psm.h
index 629f038fe..f936137bb 100644
--- a/lib/psm.h
+++ b/lib/psm.h
@@ -28,6 +28,9 @@ struct transactionFileInfo_s {
/*@owned@*/ fileAction * actions; /*!< File disposition(s) */
/*@owned@*/ struct fingerPrint_s * fps; /*!< File fingerprint(s) */
HGE_t hge; /*!< Vector to headerGetEntry() */
+ HAE_t hae; /*!< Vector to headerAddEntry() */
+ HME_t hme; /*!< Vector to headerModifyEntry() */
+ HRE_t hre; /*!< Vector to headerRemoveEntry() */
HFD_t hfd; /*!< Vector to headerFreeData() */
Header h; /*!< Package header */
/*@owned@*/ const char * name;