summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/getgrouplist.h
blob: 8f8e0fc9716f8b4514c4b9fc0551169005c9e353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id: getgrouplist.h,v 1.1.1.1 2001/09/19 14:44:59 stealth 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