~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to include/initgroups.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2010-05-04 11:15:49 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (20.3.1 squeeze) (21.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100504111549-1apjh2g5sndki4te
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: initgroups.h,v 1.2 2004/11/06 22:09:19 hno Exp $
 
2
 * $Id$
3
3
 */
4
4
#ifndef SQUID_INITGROUPS_H
5
5
#define SQUID_INITGROUPS_H
6
6
 
 
7
#include "config.h"
 
8
 
7
9
/* if you have configure you can use this */
8
10
#if defined(HAVE_CONFIG_H)
9
11
#include "config.h"
14
16
#endif
15
17
 
16
18
SQUIDCEXTERN int initgroups(const char *user, gid_t group);
 
19
 
17
20
#endif /* SQUID_INITGROPS_H */