This file is indexed.

/usr/include/yaz/z-rrf2.h is in libyaz4-dev 4.2.30-2.1build1.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/** \file z-rrf2.h
    \brief ASN.1 Module ResourceReport-Format-Resource-2

    Generated automatically by YAZ ASN.1 Compiler 0.4
*/

#ifndef z_rrf2_H
#define z_rrf2_H

#include <yaz/odr.h>
#include <yaz/z-core.h>
#ifdef __cplusplus
extern "C" {
#endif

typedef struct Z_ResourceReport2 Z_ResourceReport2;
YAZ_EXPORT int z_ResourceReport2(ODR o, Z_ResourceReport2 **p, int opt, const char *name);

typedef struct Z_Estimate2 Z_Estimate2;
YAZ_EXPORT int z_Estimate2(ODR o, Z_Estimate2 **p, int opt, const char *name);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
struct Z_ResourceReport2 {
	int num_estimates;
	Z_Estimate2 **estimates; /* OPT */
	Z_InternationalString *message; /* OPT */
};

struct Z_Estimate2 {
	Z_StringOrNumeric *type;
	Z_IntUnit *value;
};

#ifdef __cplusplus
}
#endif
#endif