Updated italian translation.
[midnight-commander.git] / src / ext.h
blob70912c378669c28ce8cf85baa24ccd3f9009d65f
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 #endif