summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/grp.h
blob: 38be525562f62b8fd5f330e8e056db2cdc02d345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* $Id$

 * ============================================================================
 *
 * = LIBRARY
 *    pace (posix ace)
 *
 * = FILENAME
 *    pace/posix/grp.h
 *
 * = AUTHOR
 *    Luther Baker
 *
 * ============================================================================ */

#ifndef PACE_GRP_H_POSIX
#define PACE_GRP_H_POSIX

#include <grp.h>

# if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
# endif /* PACE_HAS_CPLUSPLUS */

#ifndef PACE_GROUP
#define PACE_GROUP
typedef struct group pace_group;
#endif /* PACE_GROUP */

# if defined (PACE_HAS_CPLUSPLUS)
}
# endif /* PACE_HAS_CPLUSPLUS */

#endif /* PACE_GRP_H_POSIX */