]> git.notmuchmail.org Git - notmuch/commit
cli/show: move formatter structs closer to where they're needed
authorJani Nikula <jani@nikula.org>
Fri, 6 Jan 2017 20:14:48 +0000 (22:14 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 10 Mar 2017 11:53:38 +0000 (07:53 -0400)
commit84813729566e37fb2ccdff58cdba635b7a90ba0d
treeec4c95ea5b429c4a5431e0881e6dd9524c66968e
parentf2160ae5404a740ee9afd76c33588389da4036f9
cli/show: move formatter structs closer to where they're needed

The formatter structs are only needed for the formatter array
initialization. Move them closer to use. This also lets us drop some
forward declarations. No functional changes.
notmuch-show.c