]> granicus.if.org Git - neomutt/commitdiff
External linkage was not intended
authorBertram Scharpf <software@bertram-scharpf.de>
Sun, 17 Jun 2018 14:13:04 +0000 (16:13 +0200)
committerRichard Russon <rich@flatcap.org>
Mon, 18 Jun 2018 23:45:59 +0000 (00:45 +0100)
keymap.c

index cb115cba021a59ff1efbe725ecfb9946e443e903..4f62e43d0fa3812aecc0f9459809fbcd5d597e9f 100644 (file)
--- 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;