]> andersk Git - openssh.git/blob - openbsd-compat/getgrouplist.h
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
[openssh.git] / openbsd-compat / getgrouplist.h
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
10 int getgrouplist(const char *, gid_t, gid_t *, int *);
11
12 #endif
13
14 #endif
This page took 0.037599 seconds and 5 git commands to generate.