mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
243e84706e
function declarations where possible. No functional changes.
8 lines
159 B
C
8 lines
159 B
C
#ifndef __EDIT_LOCK_H
|
|
#define __EDIT_LOCK_H
|
|
|
|
int edit_lock_file (const char *fname);
|
|
int edit_unlock_file (const char *fname);
|
|
|
|
#endif /* !__EDIT_LOCK_H */
|