This file is indexed.

/usr/include/xylib/philips_raw.h is in libxy-dev 1.3-1.

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
// Header of class PhilipsRawDataSet
// Licence: Lesser GNU Public License 2.1 (LGPL)

//Based on the file format specification sent to us by Martijn Fransen.
//
//NOTE: V5 format has not been tested, because we cannot get sample files.

#ifndef XYLIB_PHILIPS_RAW_H_
#define XYLIB_PHILIPS_RAW_H_

#include "xylib.h"

namespace xylib {

    class PhilipsRawDataSet : public DataSet
    {
        OBLIGATORY_DATASET_MEMBERS(PhilipsRawDataSet)
    };

}
#endif // XYLIB_PHILIPS_RAW_H_