This file is indexed.

/usr/include/complearn-1.0/complearn/complearn-external-compressor-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_EXTERNAL_COMPRESSOR_PRIVATE_H__
#define __COMPLEARN_EXTERNAL_COMPRESSOR_PRIVATE_H__

#include "complearn-external-compressor.h"

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

struct _CompLearnExternalCompressorPrivate {
#line 49 "complearn-external-compressor.gob"
	char * compression_cmd;
#line 50 "complearn-external-compressor.gob"
	char * decompression_cmd;
#line 18 "complearn-external-compressor-private.h"
};

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif