This file is indexed.

/usr/share/z88dk/include/rex/TextInfDB.h is in z88dk-data 1.8.ds1-10.

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
/***************************************************************
 *		TextInfDB.h
 *			Header for Rex addin program.
 ***************************************************************/
#ifndef TEXTINFDB_H
#define TEXTINFDB_H


	enum {
		TEXTINF_RECID = 1,
		TEXTINF_TOTAL_LINE,
		TEXTINF_TOTAL_BYTE,
		TEXTINF_DATA
	};
	
	enum {
		IDX_TEXTINF_RECID = 1
	};

#endif