This file is indexed.

/usr/include/complearn-1.0/complearn/complearn-compressor-driver-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
23
24
/* Generated by GOB (v2.0.15)   (do not edit directly) */

#ifndef __COMPLEARN_COMPRESSOR_DRIVER_PRIVATE_H__
#define __COMPLEARN_COMPRESSOR_DRIVER_PRIVATE_H__

#include "complearn-compressor-driver.h"

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

struct _CompLearnCompressorDriverPrivate {
#line 70 "complearn-compressor-driver.gob"
	GArray * blockstore;
#line 76 "complearn-compressor-driver.gob"
	CompLearnRealCompressor * rc;
#line 18 "complearn-compressor-driver-private.h"
};

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif