Revert second bunch of mhl patches (see 9b9cab58749217101ab16504a77efb301812cfbf)
[midnight-commander.git] / edit / usermap.h
blobbf06d12c2b8264154081ed2941b482200c394464
1 #ifndef MC_USERMAP_H
2 #define MC_USERMAP_H
4 #include <mhl/types.h>
6 #define MC_USERMAP ".mc/cedit/cooledit.bindings"
8 #include "edit.h"
10 /* load user map */
11 bool edit_load_user_map(WEdit *);
13 #endif