This file is indexed.

/usr/share/doc/xviewg/examples/extensions/panel_items/wizzy.h is in xview-examples 3.2p1.4-28.1.

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
#ifndef lint
#ifdef sccs
static char     sccsid[] = "@(#)wizzy.h 1.1 91/02/28";
#endif
#endif

#include <xview/panel.h>

typedef Xv_panel_extension_item Xv_panel_wizzy;

extern Xv_pkg	    xv_panel_wizzy_pkg;

#define WIZZY	    &xv_panel_wizzy_pkg

/* Pick an Attribute ID between ATTR_PKG_UNUSED_FIRST and
 * ATTR_PKG_UNUSED_LAST.  The Attribute ID need only be
 * unique within the heirarchy for this object.
 */
#define ATTR_WIZZY ATTR_PKG_UNUSED_FIRST

#define WIZZY_ATTR(type, ordinal)	ATTR(ATTR_WIZZY, type, ordinal)

typedef enum {
    WIZZY_OFFSET	= WIZZY_ATTR(ATTR_INT,		1)
} Wizzy_attr;