This file is indexed.

/usr/share/doc/xviewg/examples/extensions/logo.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
/* logo.h -- public header file for the logo XView class. */
#include <xview/xview.h>
#include <xview/window.h>

extern Xv_pkg logo_pkg;

#define LOGO &logo_pkg

typedef Xv_opaque Logo;

typedef struct {
    Xv_window_struct    parent_data;
    Xv_opaque           private_data;
} Logo_public;