Unexport rpmteNew() and rpmteFree()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 6 May 2010 10:20:26 +0000 (13:20 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 6 May 2010 11:09:41 +0000 (14:09 +0300)
commita9cb04fe1c6650bf88271b904b9b76db8c6e7b98
treed5a561f11a51195b830a2df82fd63289688a3edc
parentd7c37d8a46b8374f1b0d96c0b2215f55a553d9c2
Unexport rpmteNew() and rpmteFree()
- the only meaningful way to create transaction elements is by adding things
  to a transaction through rpmtsAddFooElement(), there's no need to
  expose these and restrict our ability to change the API when needed
lib/rpmte.h
lib/rpmte_internal.h
lib/rpmts.c