nightmaremail

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

uidgid.h (133B)


      1 #ifndef UIDGID_H
      2 #define UIDGID_H
      3 
      4 #include <sys/types.h>
      5 
      6 extern uid_t inituid(char *uid);
      7 extern gid_t initgid(char *gid);
      8 
      9 #endif