Change rpmTagGetNames() interface to more like that of headerGet()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 13:10:19 +0000 (16:10 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 2 Jun 2008 13:10:19 +0000 (16:10 +0300)
commitd6380f029cfa6b39eb036fe1818737296737f6fd
treee9ff1ce24400336445bc9d09103211682fc63633
parent6962b29bd9e8e67134aa43a163dab29bb7650426
Change rpmTagGetNames() interface to more like that of headerGet()
- instead of returning a newly allocated rpmtd, take container to use
  as argument
- return number of tags found, 0 on error (pretty arbitrary, just to
  return something...)
lib/query.c
lib/rpmtag.h
lib/tagname.c
python/rpmmodule.c