Code

store: Merged sdb_store_iterate() into sdb_store_scan().
authorSebastian Harl <sh@tokkee.org>
Tue, 28 Oct 2014 06:44:33 +0000 (07:44 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 28 Oct 2014 06:44:33 +0000 (07:44 +0100)
commit13997f70dfd15cceed0c12bb6ddef787bbbe04e1
tree21d740acae6e395ea9d47a5b98b8f5e4006e3704
parent69ba5856d2f9e396ce1956c24ed0194075800463
store: Merged sdb_store_iterate() into sdb_store_scan().

These functions are really the same when using a NULL matcher and filter.
src/core/store.c
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_test.c