This file is indexed.

/usr/include/pynac/context.h is in libpynac-dev 0.7.12-2build1.

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
/* 
 * File:   context.h
 * Author: Ralf Stephan <ralf@ark.in-berlin.de>
 */

#ifndef CONTEXT_H
#define	CONTEXT_H

#include <string>

namespace GiNaC {

extern bool global_hold;

void set_state(const std::string&, bool);

} // namespace GiNaC

#endif	/* CONTEXT_H */