This file is indexed.

/usr/include/libwaei/engine.h is in libwaei-dev 3.2.0b1-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
#ifndef LW_ENGINE_INCLUDED
#define LW_ENGINE_INCLUDED

#define LW_MAX_HIGH_RELEVENT_RESULTS 1000
#define LW_MAX_MEDIUM_IRRELEVENT_RESULTS 1000
#define LW_MAX_LOW_IRRELEVENT_RESULTS    1000

void lw_searchitem_start_search (LwSearchItem*, gboolean, gboolean);

#endif