7 lines
119 B
C
7 lines
119 B
C
|
#ifndef _UI_NCURSES_H
|
||
|
#define _UI_NCURSES_H 1
|
||
|
|
||
|
extern void setup_frontend_ncurses( void );
|
||
|
|
||
|
#endif /* _UI_NCURSES_H */
|