This file is indexed.

/usr/include/ncarg/hlu/AppI.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*
 *      $Id: AppI.h,v 1.8 1997-02-27 20:13:00 boote Exp $
 */
/************************************************************************
*									*
*			     Copyright (C)  1994			*
*	     University Corporation for Atmospheric Research		*
*			     All Rights Reserved			*
*									*
************************************************************************/
/*
 *	File:		AppI.h
 *
 *	Author:		Jeff W. Boote
 *			National Center for Atmospheric Research
 *			PO 3000, Boulder, Colorado
 *
 *	Date:		Fri Jul 29 16:42:28 MDT 1994
 *
 *	Description:	
 */
#ifndef	_NAppI_h
#define	_NAppI_h


#include <ncarg/hlu/hluP.h>
#include <ncarg/hlu/Callbacks.h>
#include <ncarg/hlu/App.h>

#define	_NhlNappMode	"app.Mode"
#define	_NhlCappMode	_NhlClangMode

#define	_NhlNnoAppDB	"no.App.DB"
#define	_NhlCnoAppDB	"No.App.DB"

#define	_NhlNdefApp	"def.App"
#define	_NhlCdefApp	"Def.App"

#define	_NhlNappResourceStrings	"app.res.strings"
#define	_NhlCappResourceStrings	"App.res.strings"
#define	_NhlNappCommandLineOpts	"app.cmdline.opts"
#define	_NhlCappCommandLineOpts	"App.cmdline.opts"
#define _NhlNappArgcInOut	"app.argc"
#define _NhlCappArgcInOut	"App.argc"
#define _NhlNappArgvInOut	"app.argv"
#define _NhlCappArgvInOut	"App.argv"

#define _NhlCBappDefParentChange	"CBappDefParentChange"

extern	NhlLayer _NhlGetCurrentApp(
#if	NhlNeedProto
	void
#endif
);

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

extern	NrmDatabase _NhlGetResDB(
#if	NhlNeedProto
	NhlLayer	l
#endif
);

extern void _NhlSetLang(
#if	NhlNeedProto
	_NhlC_OR_F	ltype
#endif
);

extern NhlErrorTypes _NhlSortAppArgs(
#if	NhlNeedProto
	NhlLayer	l,
	_NhlArgList	args_in,
	int		nargs_in,
	_NhlArgList	*args_out,
	int		*nargs_out
#endif
);

extern void _NhlAppSetDefGuiData(
#if	NhlNeedProto
	NhlPointer	ptr
#endif
);

#endif	/* _NAppI_h */