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