This file is indexed.

/usr/include/ncarg/hlu/Workspace.h is in libncarg-dev 6.1.2-7.

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
38
39
40
41
42
43
44
/*
 *      $Id: Workspace.h,v 1.6 1997-01-31 20:59:43 ethan Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1992			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		Workspace.h
 *
 *	Author:		David Brown
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Wed Mar  9 12:40:57 MST 1994
 *
 *	Description:	Public header for Workspace class.
 */

#ifndef _NWORKSPACE_h
#define _NWORKSPACE_h

#include <ncarg/hlu/Base.h>

#define NhlNwsMaximumSize	"wsMaximumSize"
#define NhlNwsThresholdSize	"wsThresholdSize"
#define NhlNwsCurrentSize	"wsCurrentSize"

#define NhlCwsMaximumSize	"WsMaximumSize"
#define NhlCwsThresholdSize	"WsThresholdSize"
#define NhlCwsCurrentSize	"WsCurrentSize"

extern NhlClass NhlworkspaceClass;

extern int NhlGetWorkspaceObjectId(
#if	NhlNeedProto
	void
#endif
);

#endif /*_NWORKSPACE_h */