mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
Revise types for names and keys bindings.
This commit is contained in:
2
bind.h
2
bind.h
@@ -19,7 +19,7 @@ int desbind( int f, int n) ;
|
||||
int startup( const char *fname) ;
|
||||
|
||||
/* find a key to function association in the key to function mapping table */
|
||||
key_tab *getkeybind( unsigned keycode) ; /* by key code */
|
||||
kbind_p getkeybind( unsigned keycode) ; /* by key code */
|
||||
const char *transbind( char *skey) ; /* by string representation of key */
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user