convert razor_package_get_details() and razor_package_iterator_next() to varargs
authorRichard Hughes <richard@hughsie.com>
Mon, 30 Jun 2008 07:51:26 +0000 (08:51 +0100)
committerRichard Hughes <richard@hughsie.com>
Mon, 30 Jun 2008 07:51:26 +0000 (08:51 +0100)
commitc6045dca519b0d576d9b08ef2c9833527d11f2e1
treef4164e492959773ef5e25151532bd26d7e4da8f3
parent82692a3772e5a18d3202cd09db759054ac9a5e52
convert razor_package_get_details() and razor_package_iterator_next() to varargs

The functions for getting package details about a package were limited to a few
things, when in the future we will want to support much more about a package.
The iterator was also limited to name,version,arch when most of the time we
didn't need all this data.
librazor/iterator.c
librazor/razor-internal.h
librazor/razor.c
librazor/razor.h
librazor/transaction.c
src/main.c
src/rpm.c