blob: ef9e60116bf6a84ef2ad058b33c0554f9ce46c15 [file] [log] [blame]
Kevin Steves886b06c2001-01-14 00:35:19 +00001#ifndef _BSD_GETGROUPLIST_H
2#define _BSD_GETGROUPLIST_H
3
4#include "config.h"
5
6#ifndef HAVE_GETGROUPLIST
7
8#include <grp.h>
9
10int getgrouplist(const char *, gid_t, gid_t *, int *);
11
12#endif
13
14#endif