2004-12-03 20:09:27 +03:00
|
|
|
#ifndef MC_EDIT_LOCK_H
|
|
|
|
#define MC_EDIT_LOCK_H
|
2003-04-02 23:36:10 +04:00
|
|
|
|
2004-08-29 22:45:56 +04:00
|
|
|
int edit_lock_file (const char *fname);
|
|
|
|
int edit_unlock_file (const char *fname);
|
2003-04-02 23:36:10 +04:00
|
|
|
|
2004-12-03 20:09:27 +03:00
|
|
|
#endif
|