]> andersk Git - openssh.git/blame - openbsd-compat/getgrouplist.h
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
[openssh.git] / openbsd-compat / getgrouplist.h
CommitLineData
63b68889 1#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
This page took 0.049948 seconds and 5 git commands to generate.