usermap.h 178 B

1234567891011
  1. #ifndef MC_USERMAP_H
  2. #define MC_USERMAP_H
  3. #define MC_USERMAP ".mc/cedit/cooledit.bindings"
  4. #include "edit.h"
  5. /* load user map */
  6. gboolean edit_load_user_map(WEdit *);
  7. #endif