This file is indexed.

/usr/include/dpm/Cpwd.h is in libdpm-dev 1.10.0-2.

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
/*
 * $Id: Cpwd.h,v 1.1.1.1 2000/03/14 14:40:27 baud Exp $
 */

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

/*
 * $RCSfile: Cpwd.h,v $ $Revision: 1.1.1.1 $ $Date: 2000/03/14 14:40:27 $ CERN IT-PDP/DM Olof Barring
 */


#ifndef _CPWD_H
#define _CPWD_H

#include <osdep.h>
#include <pwd.h>

EXTERN_C struct passwd DLL_DECL *Cgetpwnam _PROTO((CONST char *));
EXTERN_C struct passwd DLL_DECL *Cgetpwuid _PROTO((uid_t));

#endif /* _CPWD_H */