Reverted the use of bool in favour of gboolean
[midnight-commander.git] / edit / usermap.h
blobfecf03b08e3c93b8522ecb025441cac37a79a7e2
1 #ifndef MC_USERMAP_H
2 #define MC_USERMAP_H
4 #define MC_USERMAP ".mc/cedit/cooledit.bindings"
6 #include "edit.h"
8 /* load user map */
9 gboolean edit_load_user_map(WEdit *);
11 #endif