This file is indexed.

/usr/include/IVGlyph/idraw.h is in ivtools-dev 1.2.11a1-11.

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

#include <InterViews/enter-scope.h>
#include <OS/enter-scope.h>

class InputFile;
class GraphicMaster;

class IdrawReader {
public:
    static GraphicMaster* load(InputFile*);
    static GraphicMaster* load(const char*);
};

#endif