This file is indexed.

/usr/include/osl/ntesuki/ntesukiResult.h is in libosl-dev 0.4.2-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
22
#ifndef _ID_NTESUKI_RESULT_H
#define _ID_NTESUKI_RESULT_H
#include "osl/checkmate/proofDisproof.h"
#include <cassert>
#include <iosfwd>

using namespace osl::checkmate;

namespace osl{
  namespace ntesuki{
    /**
     * n 手すきを探索した結果を保存しておくための型.
     * 現在では checkmate の ProofDisProof
     */
    typedef ProofDisproof NtesukiResult;
  }
}
#endif /* _ID_NTESUKI_RESULT_H */
// ;;; Local Variables:
// ;;; mode:c++
// ;;; c-basic-offset:2
// ;;; End: