]> git.ipfire.org Git - thirdparty/squid.git/blob - compat/initgroups.h
Merged from trunk.
[thirdparty/squid.git] / compat / initgroups.h
1 #ifndef SQUID_CONFIG_H
2 #include "config.h"
3 #endif
4
5 #ifndef SQUID_INITGROUPS_H
6 #define SQUID_INITGROUPS_H
7
8 #if !HAVE_INITGROUPS
9
10 SQUIDCEXTERN int initgroups(const char *user, gid_t group);
11
12 #endif
13 #endif /* SQUID_INITGROPS_H */