editlock.h 137 B

1234567
  1. #ifndef MC_EDIT_LOCK_H
  2. #define MC_EDIT_LOCK_H
  3. int edit_lock_file (const char *fname);
  4. int edit_unlock_file (const char *fname);
  5. #endif