]> git.ipfire.org Git - thirdparty/squid.git/blame - include/initgroups.h
Bug #1021: Supplementary groups membership initialization for children processes
[thirdparty/squid.git] / include / initgroups.h
CommitLineData
e3d74828 1/*
2 * $Id: initgroups.h,v 1.1 2004/10/20 22:41:03 hno Exp $
3 */
4#ifndef SQUID_INITGROUPS_H
5#define SQUID_INITGROUPS_H
6
7/* if you have configure you can use this */
8#if defined(HAVE_CONFIG_H)
9#include "config.h"
10#endif
11
12#if HAVE_SYS_TYPES_H
13#include <sys/types.h>
14#endif
15
16extern int initgroups(const char *user, gid_t group);
17#endif /* SQUID_INITGROPS_H */