An iterator interface to attributes. Supports the same things as the
authorMichael Matz <matz@suse.de>
Sat, 23 Feb 2008 01:50:41 +0000 (01:50 +0000)
committerMichael Matz <matz@suse.de>
Sat, 23 Feb 2008 01:50:41 +0000 (01:50 +0000)
commit05a3fbd506264487d9db1c7cc238661b00d93421
treec0e3a0b948887b4ecd2ee4549611721077c8304a
parentc7377c213778ff5f1d551735d6e51078e0f28680
An iterator interface to attributes.  Supports the same things as the
callback interface (one or all solvables, one or all attributes, with or
without matching), except the solvable data (to be implemented).
Also some inactive (but working) code in dumpsolv testing the iterator.
src/repo.c
src/repo.h
src/repodata.c
tools/dumpsolv.c