mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
6f03d9bbd9
double underscore. Added #includes for dependent files. * editcmddef.h: Likewise. * editlock.h: Likewise. * edit-widget.h: Likewise.
8 lines
137 B
C
8 lines
137 B
C
#ifndef MC_EDIT_LOCK_H
|
|
#define MC_EDIT_LOCK_H
|
|
|
|
int edit_lock_file (const char *fname);
|
|
int edit_unlock_file (const char *fname);
|
|
|
|
#endif
|