1 #ifndef PROT_H
2 #define PROT_H
3 
4 extern int prot_gid(int);
5 extern int prot_uid(int);
6 
7 #endif
8