Convert headerGetEntry() internals to use rpmtd for data
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 13 May 2008 08:38:38 +0000 (11:38 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 13 May 2008 08:38:38 +0000 (11:38 +0300)
commit8cd92950bda4658c8d376c5c381237301013edfb
tree0ccddafd54cb1cf4e7574c1c1e803dd6dcc083c8
parent752343c2b7798b1fa225abc9ade94529a6175ad7
Convert headerGetEntry() internals to use rpmtd for data
- new public API function headerGet() that returns data in rpmtd, with
  flags to control operation (just minmem or no for now)
- headerGet() is nice and short name, lifted from rpm5.org but our API
  differs as this takes a separate arg for the tag to get instead of
  (ab)using the container to pass data back and forth
- internal compatibility wrapper to keep headerGetEntry() and -MinMem
  version working
lib/header.c
lib/header.h