lock.h 104 B

12345678
  1. #ifndef GRASS_LOCK_H
  2. #define GRASS_LOCK_H
  3. int lock_file(char *, int);
  4. int unlock_file(char *);
  5. #endif