This file is indexed.

/usr/share/doc/xviewg/examples/extensions/image.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
#include <xview/xview.h>
#include <xview/svrimage.h>

extern Xv_pkg image_pkg;

#define IMAGE &image_pkg

typedef Xv_opaque Image;

#define ATTR_PKG_IMAGE        ATTR_PKG_UNUSED_FIRST+1

typedef struct {
    Xv_server_image   parent_data;
    Xv_opaque         private_data;
} Image_public;