This file is indexed.

/usr/include/irssi/src/core/net-disconnect.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
#ifndef __NET_DISCONNECT_H
#define __NET_DISCONNECT_H

/* Try to let the other side close the connection, if it still isn't
   disconnected after certain amount of time, close it ourself */
void net_disconnect_later(GIOChannel *handle);

void net_disconnect_init(void);
void net_disconnect_deinit(void);

#endif