This file is indexed.

/usr/include/libwaei/libwaei.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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef LW_LIBWAEI_INCLUDED
#define LW_LIBWAEI_INCLUDED

#ifdef HAVE_CONFIG_H
#include "../../../../config.h"
#endif
#include "gettext.h"

#include <libwaei/regex.h>
#include <libwaei/utilities.h>
#include <libwaei/io.h>
#include <libwaei/preferences.h>
#include <libwaei/dict.h>
#include <libwaei/dictinfo.h>
#include <libwaei/dictinfolist.h>
#include <libwaei/dictinst.h>
#include <libwaei/dictinstlist.h>
#include <libwaei/resultline.h>
#include <libwaei/queryline.h>
#include <libwaei/searchitem.h>
#include <libwaei/engine.h>
#include <libwaei/history.h>


#endif