This file is indexed.

/usr/include/kitchensink/kitutils.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 KITUTILS_H
#define KITUTILS_H

#include "kitchensink/kitconfig.h"

#ifdef __cplusplus
extern "C" {
#endif

KIT_API const char* Kit_GetSDLAudioFormatString(unsigned int type);
KIT_API const char* Kit_GetSDLPixelFormatString(unsigned int type);
KIT_API const char* Kit_GetKitStreamTypeString(unsigned int type);

#ifdef __cplusplus
}
#endif

#endif // KITUTILS_H