This file is indexed.

/usr/include/zorp/streamtee.h is in libzorpll-dev 3.9.1.3-2.

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

#include <zorp/stream.h>

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

#endif