mc/edit/editlock.h
Roland Illig 243e84706e * Code cleanup: Added const qualifier for variables and
function declarations where possible. No functional changes.
2004-08-29 18:45:56 +00:00

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 */