Use FALSE/TRUE in favour of false/true (reverts 4fcf4e9685d9b2e4b49bfa3f7d3709dbe48073b6)
[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