Clean up stuff that is not used anymore.
[midnight-commander.git] / src / filemanager / ext.h
bloba4c470b52942844bceda70979b18bbf72bcdee8d
1 /** \file ext.h
2 * \brief Header: extension dependent execution
3 */
5 #ifndef MC__EXT_H
6 #define MC__EXT_H
7 /*** typedefs(not structures) and defined constants **********************************************/
9 /*** enums ***************************************************************************************/
11 /*** structures declarations (and typedefs of structures)*****************************************/
13 /*** global variables defined in .c file *********************************************************/
15 /*** declarations of public functions ************************************************************/
17 int regex_command (const vfs_path_t * filename_vpath, const char *action);
19 /* Call it after the user has edited the mc.ext file,
20 * to flush the cached mc.ext file
22 void flush_extension_file (void);
24 /*** inline functions ****************************************************************************/
25 #endif /* MC__EXT_H */