* dlg.h (struct Dlg_head): Fold fields "raw" and "has_menubar"
[midnight-commander.git] / src / ext.h
blob67841bd2c17eae4f64f9639c7855b3d4fed55698
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 OS2_NT
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