File: initgroups.h

package info (click to toggle)
squid 2.7.STABLE9-2.1%2Bdeb6u1
  • links: PTS
  • area: main
  • in suites: squeeze-lts
  • size: 13,896 kB
  • ctags: 14,016
  • sloc: ansic: 114,686; sh: 5,511; makefile: 1,362; perl: 1,359; awk: 40; sql: 8
file content (17 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * $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 <sys/types.h>
#endif

extern int initgroups(const char *user, gid_t group);
#endif /* SQUID_INITGROPS_H */