Procházet zdrojové kódy

Remove extern ref to wget_wch()

master
Arun Prakash Jana před 7 roky
rodič
revize
f31978573e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      nnn.c

+ 1
- 2
nnn.c Zobrazit soubor

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


Načítá se…
Zrušit
Uložit