This file is indexed.

/usr/include/ncarg/hlu/DataMgr.h is in libncarg-dev 6.2.0-3+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
26
27
28
29
30
31
32
33
34
35
36
37
/*
 *      $Id: DataMgr.h,v 1.3 1995-04-07 10:41:39 boote Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1993			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		DataMgr.h
 *
 *	Author:		Jeff W. Boote
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Thu Jun 24 10:25:34 MDT 1993
 *
 *	Description:	Public declarations for DataMgr class.
 */
#ifndef _NDataMgr_h
#define _NDataMgr_h

#include <ncarg/hlu/Base.h>
#include <ncarg/hlu/DataItem.h>

/* Exported New types to support this object class */

/*
 * Opaque type to identify a piece of data
 */
typedef struct _NhlDHandleRec *_NhlDHandle;

extern NhlClass NhldataMgrClass;

#endif /*_NDataMgr_h */