![]()
|
/* $Id: getgrouplist.h,v 1.1.1.1 2001/02/25 20:54:30 zarzycki Exp $ */ #ifndef _BSD_GETGROUPLIST_H #define _BSD_GETGROUPLIST_H #include "config.h" #ifndef HAVE_GETGROUPLIST #include <grp.h> int getgrouplist(const char *, gid_t, gid_t *, int *); #endif #endif syntax highlighted by Code2HTML, v. 0.9.1 |