This file is indexed.

/usr/include/libgoffice-0.10/goffice/utils/go-rsm.h is in libgoffice-0.10-dev 0.10.39-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
#ifndef GO_RSM_H
#define GO_RSM_H

#include <glib.h>

G_BEGIN_DECLS

void _go_rsm_init (void);
void _go_rsm_shutdown (void);

void go_rsm_register_file (const char *id, gconstpointer data, size_t len);
void go_rsm_unregister_file (const char *id);

gconstpointer go_rsm_lookup (const char *id, size_t *len);

G_END_DECLS

#endif /* GO_RSM_H */