7 lines
99 B
C

#ifndef COMPAT_GRP_H
#define COMPAT_GRP_H 1
char *group_from_gid(gid_t gid, int nogroup);
#endif