/usr/include/dpm/Cgrp.h is in libdpm-dev 1.8.7-3.1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | /*
* $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 */
|