3 * \brief Header: file locking
6 * Look at lock.c for more details
12 /*** typedefs(not structures) and defined constants **********************************************/
14 /*** enums ***************************************************************************************/
16 /*** structures declarations (and typedefs of structures)*****************************************/
18 /*** global variables defined in .c file *********************************************************/
20 /*** declarations of public functions ************************************************************/
22 int lock_file (const char *fname
);
23 int unlock_file (const char *fname
);
25 /*** inline functions ****************************************************************************/
27 #endif /* MC_LOCK_H */