File: Cgrp.h

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (26 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (8)
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
/*
 * $Id: Cgrp.h,v 1.1.1.1 2000/10/27 13:55:55 baud Exp $
 */

/*
 * Copyright (C) 2000 by CERN/IT/PDP/DM
 * All rights reserved
 */

/*
 * $RCSfile: Cgrp.h,v $ $Revision: 1.1.1.1 $ $Date: 2000/10/27 13:55:55 $ CERN IT-PDP/DM Jean-Damien Durand
 */


#ifndef _CGRP_H
#define _CGRP_H

#include <osdep.h>
#include <grp.h>
#include <sys/types.h>

EXTERN_C struct group DLL_DECL *Cgetgrnam _PROTO((CONST char *));
EXTERN_C struct group DLL_DECL *Cgetgrgid _PROTO((gid_t));

#endif /* _CGRP_H */