Merge branch '44_more_functionally_u7z'
[pantumic.git] / src / ext.h
blob65ba6e0e317cd7e14e60e06fb23504827fc94dcd
2 /** \file ext.h
3 * \brief Header: extension dependent execution
4 */
6 #ifndef MC_EXT_H
7 #define MC_EXT_H
9 int regex_command (const char *filename, const char *action, int *move_dir);
11 /* Call it after the user has edited the mc.ext file,
12 * to flush the cached mc.ext file
14 void flush_extension_file (void);
16 #define MC_USER_EXT ".mc/bindings"
17 #define MC_LIB_EXT "mc.ext"
19 #endif