]> git.notmuchmail.org Git - notmuch/commit
moved _config_(get|set)_list () functions earlier in the file
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 30 Jan 2012 10:31:25 +0000 (12:31 +0200)
committerDavid Bremner <bremner@debian.org>
Tue, 31 Jan 2012 03:14:43 +0000 (23:14 -0400)
commitfe74e6bea303eeaa5eb2954a0cae9a26f9d917fd
treea7be767424fa9ef00c23d17d142b83252881164a
parent6f388fa711188813d670aa086f2a6acdbeead69a
moved _config_(get|set)_list () functions earlier in the file

Moved static functions _config_get_list () and _config_set_list ()
closer to the beginning of file so that their definition is known
(without adding forward declarations) in upcoming changes.
notmuch-config.c