Removed type SHELL_ESCAPED_STR in favour of plain char*
[midnight-commander.git] / src / ext.h
blobc5d07f8198ee593c8ac98c07bac5c4ea55c46308
1 #ifndef MC_EXT_H
2 #define MC_EXT_H
4 int regex_command (const char *filename, const 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
8 */
9 void flush_extension_file (void);
11 #define MC_USER_EXT ".mc/bindings"
12 #define MC_LIB_EXT "mc.ext"
14 #endif