lib/widget/input_complete.c: minor refactoring and optimization.
[midnight-commander.git] / src / util.h
blob912d24bbcfcbc402c0757bb2c0413adde38f2497
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 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 */