243e84706e
function declarations where possible. No functional changes.
8 строки
159 B
C
8 строки
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 */
|