Merge branch '1904_spec_bump_epoch'
[midnight-commander.git] / edit / editlock.h
blob5ddeeefd424226daaa781f8d1b01d9460341eb09
2 /** \file
3 * \brief Header: editor file locking
4 * \author Adam Byrtek
5 * \date 2003
6 * Look at editlock.c for more details
7 */
9 #ifndef MC_EDIT_LOCK_H
10 #define MC_EDIT_LOCK_H
12 int edit_lock_file (const char *fname);
13 int edit_unlock_file (const char *fname);
15 #endif