]> andersk Git - openssh.git/blob - bsd-getgrouplist.h
ef9e60116bf6a84ef2ad058b33c0554f9ce46c15
[openssh.git] / bsd-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.023904 seconds and 3 git commands to generate.