This file is indexed.

/usr/include/complearn-1.0/complearn/complearn-rczlib-private.h is in libcomplearn1-headers 1.1.7-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
19
20
21
22
/* Generated by GOB (v2.0.15)   (do not edit directly) */

#ifndef __COMPLEARN_RCZLIB_PRIVATE_H__
#define __COMPLEARN_RCZLIB_PRIVATE_H__

#include "complearn-rczlib.h"

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

struct _CompLearnRCZLibPrivate {
#line 117 "complearn-rczlib.gob"
	int compression_level;
#line 16 "complearn-rczlib-private.h"
};

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif