src/input.h

changeset 7
41468077b5bb
parent 3
3693fd2eb0e9
child 30
a285ee393860
equal deleted inserted replaced
6:daaf6e5b3501 7:41468077b5bb
32 32
33 #ifdef __cplusplus 33 #ifdef __cplusplus
34 extern "C" { 34 extern "C" {
35 #endif 35 #endif
36 36
37 int prompt_yesno(); 37 #define COL_YB 1
38 #define COL_BW 2
39 #define COL_WB 3
40
41 void init_colorpairs();
42
43 int prompt_yesno(char *msg);
38 44
39 45
40 #ifdef __cplusplus 46 #ifdef __cplusplus
41 } 47 }
42 #endif 48 #endif

mercurial