This file is indexed.

/usr/include/devhelp-3.0/devhelp/dh-enum-types.h is in libdevhelp-dev 3.28.1-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
/* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */

#ifndef DH_ENUM_TYPES_H
#define DH_ENUM_TYPES_H

#include <glib-object.h>

G_BEGIN_DECLS
/* Enumerations from "dh-link.h" */
#define DH_TYPE_LINK_TYPE	(dh_link_type_get_type())
GType dh_link_type_get_type	(void) G_GNUC_CONST;
#define DH_TYPE_LINK_FLAGS	(dh_link_flags_get_type())
GType dh_link_flags_get_type	(void) G_GNUC_CONST;
G_END_DECLS

#endif /* DH_ENUM_TYPES_H */

/* Generated data ends here */