This file is indexed.

/usr/include/dpm/Cglobals.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
/*
 * $Id: Cglobals.h,v 1.1.1.1 2001/06/29 05:04:23 baud Exp $
 */

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

#ifndef _CASTOR_GLOBALS_H
#define _CASTOR_GLOBALS_H    

#include <osdep.h>
#include <stddef.h>                 /* For size_t                    */

EXTERN_C void DLL_DECL Cglobals_init _PROTO((int (*) _PROTO((int *, void **)),
                                             int (*) _PROTO((int *, void *)),
                                             int (*) _PROTO((void))));
EXTERN_C int DLL_DECL Cglobals_get _PROTO((int *, void **, size_t size));
EXTERN_C int DLL_DECL Cglobals_get_dynamic _PROTO((int *, void **, size_t size, int resize));
EXTERN_C void DLL_DECL Cglobals_getTid _PROTO((int *));

#endif /* _CASTOR_GLOBALS_H */