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 gboolean
check_for_default (const vfs_path_t
* default_file_vpath
, const vfs_path_t
* file_vpath
);
17 /*** inline functions ****************************************************************************/
19 #endif /* MC_SRC_UTIL_H */