This file is indexed.

/usr/include/bglibs/msg/wrap.h is in libbg1-dev 1.106-3.

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

extern int wrap_exit;
extern void wrap_chdir(const char*);
extern void wrap_str(int);
extern void wrap_alloc(const void*);

#endif