This file is indexed.

/usr/include/libwaei/dictionary-callbacks.h is in libwaei-dev 3.6.2-3build1.

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

G_BEGIN_DECLS

void lw_dictionary_sync_downloadlist_cb (GSettings*, gchar*, gpointer);
gint lw_dictionary_sync_progress_cb (gdouble, gpointer);

G_END_DECLS

#endif