]> git.notmuchmail.org Git - notmuch/commit
lib: factor out prefix related code to its own file
authorDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 14:16:44 +0000 (11:16 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 23 Dec 2020 13:21:17 +0000 (09:21 -0400)
commit3b4097824159c6fdebb8a88b5447beb9a6226ea3
tree85ba8d22cf9ec9f0e87fef02e9ee4a8e290f996f
parente34e2a68b62b50cc40e695d1a2690a7de382bba6
lib: factor out prefix related code to its own file

Reduce the size of database.cc, and limit the scope of prefix_table,
make sure it's accessed via a well-defined internal API.
lib/Makefile.local
lib/database-private.h
lib/database.cc
lib/prefix.cc [new file with mode: 0644]