mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove extern ref to wget_wch()
This commit is contained in:
parent
05bb9db9e1
commit
f31978573e
3
nnn.c
3
nnn.c
|
@ -188,9 +188,8 @@ extern int add_history(const char *string);
|
||||||
#else
|
#else
|
||||||
extern void add_history(const char *string);
|
extern void add_history(const char *string);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
extern int wget_wch(WINDOW *win, wint_t *wch);
|
extern int wget_wch(WINDOW *win, wint_t *wch);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Globals */
|
/* Globals */
|
||||||
/* Configuration */
|
/* Configuration */
|
||||||
|
|
Loading…
Reference in a new issue