- Rearrange reactos.dff according to rosapps rearrange.
[reactos.git] / rosapps / applications / mc / src / ext.h
1 #ifndef __EXT_H
2 #define __EXT_H
3
4 char *regex_command (char *filename, char *action, char **drops, int *move_dir);
5
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);
10
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/ext"
16 # define MC_LIB_EXT "mc.ext"
17 #endif
18 #endif