This file is indexed.

/usr/include/zorp/streamtee.h is in libzorpll-dev 3.9.4.1-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
10
11
12
13
14
15
16
#ifndef ZCV_STREAMTEE_H
#define ZCV_STREAMTEE_H

#include <zorp/stream.h>

#ifdef __cplusplus
extern "C" {
#endif

ZStream *z_stream_tee_new(ZStream *child, ZStream *fork, GIOCondition tee_direction);

#ifdef __cplusplus
}
#endif

#endif