From f31978573efcbf5179bb55947f58be0efac7b718 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 24 Aug 2017 19:43:11 +0530 Subject: [PATCH] Remove extern ref to wget_wch() --- nnn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nnn.c b/nnn.c index 6736df95..84008fad 100644 --- a/nnn.c +++ b/nnn.c @@ -188,9 +188,8 @@ extern int add_history(const char *string); #else extern void add_history(const char *string); #endif -#endif - extern int wget_wch(WINDOW *win, wint_t *wch); +#endif /* Globals */ /* Configuration */