First bunch of mhl_mem_free removal patches
[midnight-commander.git] / edit / editlock.h
bloba6443f881cec338a87cede260b9f533d69df31ce
1 #ifndef MC_EDIT_LOCK_H
2 #define MC_EDIT_LOCK_H
4 int edit_lock_file (const char *fname);
5 int edit_unlock_file (const char *fname);
7 #endif