1 #ifndef MC_SRC_UTIL_H 2 #define MC_SRC_UTIL_H 3 4 /*** typedefs(not structures) and defined constants **********************************************/ 5 6 /*** enums ***************************************************************************************/ 7 8 /*** structures declarations (and typedefs of structures)*****************************************/ 9 10 /*** global variables defined in .c file *********************************************************/ 11 12 /*** declarations of public functions ************************************************************/ 13 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); 16 17 void file_error_message (const char *format, const char *filename); 18 19 /*** inline functions ****************************************************************************/ 20 21 #endif