From: Bertram Scharpf Date: Sun, 17 Jun 2018 14:13:04 +0000 (+0200) Subject: External linkage was not intended X-Git-Tag: neomutt-20180622~9^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=719aeb4a130b0a54fd39ab422a9c2b3569b018a7;p=neomutt External linkage was not intended --- diff --git a/keymap.c b/keymap.c index cb115cba0..4f62e43d0 100644 --- a/keymap.c +++ b/keymap.c @@ -241,7 +241,7 @@ static size_t parsekeys(const char *str, keycode_t *d, size_t max) * Insert a key sequence into the specified map. * The map is sorted by ASCII value (lowest to highest) */ -int km_bind_err(char *s, int menu, int op, char *macro, char *descr, struct Buffer *err) +static int km_bind_err(char *s, int menu, int op, char *macro, char *descr, struct Buffer *err) { int retval = 0; struct Keymap *last = NULL, *next = NULL;