This file is indexed.

/usr/include/birnet/birnet.hh is in libbse-dev 0.7.8-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
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
#ifndef __BIRNET_H__
#define __BIRNET_H__
#include <birnet/birnetconfig.h>
#include <birnet/birnetcpu.hh>
#include <birnet/birnetdebugtools.hh>
#include <birnet/birnetmsg.hh>
#include <birnet/birnetmath.hh>
#include <birnet/birnetutf8.hh>
#include <birnet/birnetutils.hh>
#include <birnet/birnetthread.hh>
/**
 * @namespace Birnet
 * Library with utility functions, carried forward in Rapicorn: http://dev.testbit.eu/rapicorn/latest/
 */
namespace Birnet {}
#endif /* __BIRNET_H__ */
/* vim:set ts=8 sts=2 sw=2: */