This file is indexed.

/usr/include/libetpan/xgmthrid.h is in libetpan-dev 1.5-2.

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
#ifndef XGMTHRID_H
#define XGMTHRID_H

#ifdef __cplusplus
extern "C" {
#endif
  
#include <libetpan/libetpan-config.h>
#include <libetpan/mailimap_extension.h>

  LIBETPAN_EXPORT
  extern struct mailimap_extension_api mailimap_extension_xgmthrid;
  
  LIBETPAN_EXPORT
  struct mailimap_fetch_att * mailimap_fetch_att_new_xgmthrid(void);

#ifdef __cplusplus
}
#endif


#endif