/* * $Id: initgroups.h,v 1.2 2005/05/17 16:56:35 hno Exp $ */ #ifndef SQUID_INITGROUPS_H #define SQUID_INITGROUPS_H /* if you have configure you can use this */ #if defined(HAVE_CONFIG_H) #include "config.h" #endif #if HAVE_SYS_TYPES_H #include #endif extern int initgroups(const char *user, gid_t group); #endif /* SQUID_INITGROPS_H */