This file is indexed.

/usr/include/genht/htss.h is in libgenht1-dev 1.0.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
#ifndef GENHT_HTSS_H
#define GENHT_HTSS_H

#define HT_HAS_CONST_KEY
typedef char *htss_key_t;
typedef const char *htss_const_key_t;
typedef char *htss_value_t;
#define HT(x) htss_ ## x
#include "ht.h"
#undef HT

#endif