Add API for getting the class of tag type directly
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 28 Jan 2009 11:17:17 +0000 (13:17 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 28 Jan 2009 11:17:17 +0000 (13:17 +0200)
commit216eb1c7e02b4bfb9a1d301538b41533db489b55
tree027ebe1bc32460ba456f7440989f6262da668b71
parentfe846402a45dc1ceadf3a7538071b40b0fd70a60
Add API for getting the class of tag type directly
- no point requiring going through rpmTagGetType() if we already have
  the type at hand, and in some nutty cases (wrt extensions) these dont
  even always  match
- rpmTagGetClass() is now just a convenience wrapper around
  rpmTagTypeGetClass()
lib/rpmtag.h
lib/tagname.c