1 /* Public domain. */
2 
3 #ifndef PROT_H
4 #define PROT_H
5 
6 extern int prot_gid(gid_t);
7 extern int prot_gids(const char *, gid_t);
8 extern int prot_uid(uid_t);
9 
10 #endif
11