]> granicus.if.org Git - neomutt/commit
move HelpStrings to help.c
authorDamien Riegel <damien.riegel@gmail.com>
Tue, 22 Aug 2017 16:24:27 +0000 (12:24 -0400)
committerDamien R <d-k-c@users.noreply.github.com>
Mon, 28 Aug 2017 20:04:01 +0000 (16:04 -0400)
commit8e46b4540334dfcc1151ab878ba778d01b45a37f
tree32779a2ddaa05df2d991e4e67e8c52cb9e7c38fd
parent1f895f47b49ad6d1bb38abc6581f7a947bc0aea3
move HelpStrings to help.c

HelpStrings was only defined when included in help.c (with the
`#ifdef HELP_C` guard), and it's only used there so move it to where it
belongs and make it static.
help.c
opcodes.h