Updated italian translatio
[midnight-commander.git] / edit / editlock.h
blob4a3cc9966b27b0b951713456da5981da47ed3a0e
1 #ifndef __EDIT_LOCK_H
2 #define __EDIT_LOCK_H
4 int edit_lock_file (char *fname);
5 int edit_unlock_file (char *fname);
7 #endif /* !__EDIT_LOCK_H */