This file is indexed.

/usr/include/GTGPaje.h is in libgtg-dev 0.2-2+dfsg-2build1.

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
/**
 *  \file GTGPaje.h
 *  \version 0.1
 *  \brief
 *
 *  pajeColor is a file that defines function that manipulate colors.
 *
 */

#ifndef _GTG_PAJE_H_
#define _GTG_PAJE_H_

typedef char* paje_color_t;

/**
 * \ingroup cpaje
 * \fn const paje_color_t Paje_get_color(gtg_color_t color)
 * \brief Converts a GTG color into a PAJE color.
 * \param color GTG color to convert
 * \return The PAJE color
 */
paje_color_t Paje_get_color(gtg_color_t p_color);

#include "GTGPaje_Basic.h"

#endif /* _GTG_PAJE_H_ */