Eliminate headerCheckPayloadFormat() from the API
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 6 Oct 2011 12:16:47 +0000 (15:16 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 6 Oct 2011 12:28:33 +0000 (15:28 +0300)
commit90a6c2b944f824c1e21b62a4b3771545529bdb8e
treea70cbfca4c24d42c11d90e9fccde756b36edee1e
parent1de7539ea8b7febadd0d31b5be049dcdd7179e4a
Eliminate headerCheckPayloadFormat() from the API

- While we're on API killing spree... Exporting this was needless and
  dumb to begin with (greetings to self in 2007...), bury it inside
  depends.c as static and let rot there.
- Might be a better idea to kill it completely with some other
  mechanism such as turning payload format into rpmlib() dependency
  internally but just get it out of public sight for now.
lib/depends.c
lib/package.c
lib/rpmlib.h