]> git.notmuchmail.org Git - notmuch/commit - lib/open.cc
lib/open: factor out library initialization
authorDavid Bremner <david@tethera.net>
Fri, 29 Jan 2021 11:44:18 +0000 (07:44 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 20 Mar 2021 10:24:24 +0000 (07:24 -0300)
commit82aa3f4d2762cd56585369de5fa17cb50d77c85d
tree180e6fefce0f83f02c5b3cc56e4985177b4b7580
parent6251e2bb9ee023d25b58384c8a49576086fdaba3
lib/open: factor out library initialization

This is slightly more tidy, but more importantly it allows for re-use
of this code in n_d_create_with_config. That re-use will be crucial
when we no longer call n_d_open_with_config from
n_d_create_with_config.
lib/open.cc