This file is indexed.

/usr/include/kitchensink/kiterror.h is in libsdl-kitchensink-dev 0.0.7-3.

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
#ifndef KITERROR_H
#define KITERROR_H

#include "kitchensink/kitconfig.h"

#ifdef __cplusplus
extern "C" {
#endif

KIT_API const char* Kit_GetError();
KIT_API void Kit_SetError(const char* fmt, ...);
KIT_API void Kit_ClearError();

#ifdef __cplusplus
}
#endif

#endif // KITERROR_H