Commit Graph

6 Commits

Author SHA1 Message Date
Panu Matilainen d6380f029c 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...)
2008-06-02 16:10:19 +03:00
Panu Matilainen d1ad87a7f8 Eliminate rpmTagTable internals from API/ABI completely
- everything is now accessible through other methods, no need to expose
  our internals
- tagtbl.c is now included from tagname.c instead and not separately built
2008-05-21 17:59:05 +03:00
Panu Matilainen 82a7df65b5 Remove double doxygen documentation 2008-05-21 16:34:27 +03:00
Panu Matilainen c62b69b4fa Add rpmTagGetNames() public function for retrieving known tag names
- use rpmtd as container to avoid inventing yet more datastructures and
  iterators
2008-05-21 16:32:37 +03:00
Panu Matilainen 90e10708f8 Fixup paths and Makefiles for rpmdb/ elimination 2008-05-12 12:28:12 +03:00
Panu Matilainen a68a5a049e Start (re-)joining librpmdb and librpm
- the split is largely arbitrary and mostly just causes, well, arbitrary
  issues and limitations
- just move content from rpmdb/ to lib/ for now
2008-05-12 12:17:01 +03:00