2001-02-09 02:55:35 +01:00
|
|
|
/* $Id: getgrouplist.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
|
|
|
|
|
2001-01-14 01:35:19 +01:00
|
|
|
#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
|