4 int regex_command (char *filename
, char *action
, int *move_dir
);
6 /* Call it after the user has edited the mc.ext file,
7 * to flush the cached mc.ext file
9 void flush_extension_file (void);
12 # define MC_USER_EXT "mc.ext"
13 # define MC_LIB_EXT "mc.ext"
15 # define MC_USER_EXT ".mc/bindings"
16 # define MC_LIB_EXT "mc.ext"