This file is indexed.

/usr/include/orc-0.4/orc/orcparse.h is in liborc-0.4-dev 1:0.4.28-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
#ifndef __ORC_PARSE_H__
#define __ORC_PARSE_H__

#include <orc/orcutils.h>

ORC_BEGIN_DECLS

int orc_parse (const char *code, OrcProgram ***programs);
int orc_parse_full (const char *code, OrcProgram ***programs, char **log);
const char * orc_parse_get_init_function (OrcProgram *program);

ORC_END_DECLS

#endif