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 */