This file is indexed.

/usr/include/irssi/src/fe-common/core/fe-common-core.h is in irssi-dev 1.0.5-1ubuntu4.

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

void fe_common_core_register_options(void);
void fe_common_core_init(void);
void fe_common_core_deinit(void);
void fe_common_core_finish_init(void);

/* Returns TRUE if "dest->target" or "dest->server_tag/dest->target" is found in
 * array, otherwise FALSE. */
gboolean strarray_find_dest(char **array, const TEXT_DEST_REC *dest);

#endif