aboutsummaryrefslogtreecommitdiff
path: root/src/include/fnct_key.H1
blob: 60bdcac8326e21663e722ba519672edb760026c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef __cplusplus
extern "C" {
#endif

extern void set_editor_key(void);
extern void define_function_keys(void);
extern int get_key(int  , char * );
extern int get_str(int  , char * );
extern void null_fnct(int );
extern void handle_function_key(int  , int );

#ifdef __cplusplus
}
#endif