mirror of
https://github.com/jarun/nnn.git
synced 2025-04-18 19:34:55 +00:00
Remove extern ref to wget_wch()
This commit is contained in:
parent
05bb9db9e1
commit
f31978573e
1 changed files with 1 additions and 2 deletions
3
nnn.c
3
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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue