Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
eec16fcb2787921144474bfad70a11908b103e84
/
.
/
openbsd-compat
/
getgrouplist.h
blob: 27a9703f28128de57c9b120bad9d8a856677d48a [
file
] [
log
] [
blame
] [
raw
]
/* $Id: getgrouplist.h,v 1.2 2001/02/09 01:55:36 djm 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