nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

lock.h (107B)


      1 #ifndef LOCK_H
      2 #define LOCK_H
      3 
      4 extern int lock_ex();
      5 extern int lock_un();
      6 extern int lock_exnb();
      7 
      8 #endif