mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
8 lines
147 B
C
8 lines
147 B
C
|
#ifndef __EDIT_LOCK_H
|
||
|
#define __EDIT_LOCK_H
|
||
|
|
||
|
int edit_lock_file (char *fname);
|
||
|
int edit_unlock_file (char *fname);
|
||
|
|
||
|
#endif /* !__EDIT_LOCK_H */
|