Just a little correction at the it.po file.
[midnight-commander.git] / src / ext.h
blob8670392f50ee6c237e7f9a372e4af29472852531
1 #ifndef __EXT_H
2 #define __EXT_H
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
8 */
9 void flush_extension_file (void);
11 #ifdef NATIVE_WIN32
12 # define MC_USER_EXT "mc.ext"
13 # define MC_LIB_EXT "mc.ext"
14 #else
15 # define MC_USER_EXT ".mc/bindings"
16 # define MC_LIB_EXT "mc.ext"
17 #endif
18 #endif