Commit Graph

5 Commits

Author SHA1 Message Date
Alexey Tourbin
cf36274cb9 header.h: shut up -Wextra warning
header.h: In function 'headerFreeData':
header.h:705:11: error: comparison between signed and unsigned integer expressions
2011-01-03 09:52:38 +03:00
Alexey Tourbin
de60ab01a3 header.c: backported headerSetInstance() and headerGetInstance() from rpm.org
Header instance is its number in /var/lib/rpm/Packages database.
When a header comes from the database, it is sometimes useful to know
its instance (I need this to adjust verify.c:verifyDependencies() for
self-conflicting packages).  On the contrary, setting instance numbers
should happen only within librpmdb, which is why headerSetInstance()
comes with hidden visibility.
2010-08-22 02:16:02 +04:00
df61ee0b9e Include local headers. 2006-05-15 03:26:57 +04:00
3e8d542527 Fixed a pair of swapped function dscriptions. 2002-07-20 10:25:57 +00:00
82a4763c66 Initial revision 2002-03-25 20:16:26 +00:00