Merge branch '1868_replace_regexp_hangup' into 4.8.1-stable
[midnight-commander.git] / src / util.h
bloba949161968c1fd1e32d995444c2727002ffd32a0
1 #ifndef MC_SRC_UTIL_H
2 #define MC_SRC_UTIL_H
4 /*** typedefs(not structures) and defined constants **********************************************/
6 /*** enums ***************************************************************************************/
8 /*** structures declarations (and typedefs of structures)*****************************************/
10 /*** global variables defined in .c file *********************************************************/
12 /*** declarations of public functions ************************************************************/
14 /* Check if the file exists. If not copy the default */
15 int check_for_default (const char *default_file, const char *file);
17 /*** inline functions ****************************************************************************/
19 #endif /* MC_SRC_UTIL_H */