Eliminate rpmpsAppend() from the API
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 09:22:18 +0000 (11:22 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Mar 2010 09:22:18 +0000 (11:22 +0200)
commit0aba719592a1dd6532a1e70e9defbad5e62fc1ed
tree30077380da29fb6ab71d5160ebdc50b9f87c2a3d
parent1102e35b20ebebb897785266bd6ba6b8a7aab323
Eliminate rpmpsAppend() from the API
- This was only a convenience function that shouldn't really have been
  exported to begin with, and is not necessary at all - bury it
  inside rpmte.c for now to hide lazy problem set allocation
- In the other news of the day... According to git, this happens to be
  the 10000th commit to the master branch of this codebase.
  Happy anniversary to rpm :P
lib/rpmps.c
lib/rpmps.h
lib/rpmte.c