Remove extern ref to wget_wch()

This commit is contained in:
Arun Prakash Jana 2017-08-24 19:43:11 +05:30
parent 05bb9db9e1
commit f31978573e
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 2 deletions

3
nnn.c
View File

@ -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 */