]> the.earth.li Git - onak.git/commit
Move dumpdb over to using iterate_keys.
authorJonathan McDowell <noodles@earth.li>
Sat, 23 Oct 2004 16:58:31 +0000 (16:58 +0000)
committerJonathan McDowell <noodles@earth.li>
Sat, 23 Oct 2004 16:58:31 +0000 (16:58 +0000)
commit3dcacadf03a7cf272f1618b981b08121504e131a
tree4b812d0cdb0fa94b898a28a0a07917ec8d4edd32
parentfea9736017465e211d444295f18137140faf1111
Move dumpdb over to using iterate_keys.
iterate_keys provides a generic way to do stuff with every key in the
DB, so use it instead for dumping the database and remove the old
dumpdb function.
keydb.h
keydb_db2.c
keydb_db4.c
keydb_file.c
keydb_fs.c
keydb_keyd.c
keydb_pg.c
onak.c