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