This file is indexed.

/usr/include/freehdl/vaul-creator-base.h is in libfreehdl0-dev 0.0.8-2.2.

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 FREEHDL_VAUL_CREATOR_BASE_H
#define FREEHDL_VAUL_CREATOR_BASE_H

#include <freehdl/fire.h>
#include <freehdl/vaul-pool.h>
#include <freehdl/vaul-dunit.h>

struct vaul_node_creator_base {
  vaul_design_unit *cur_du;
  tree_histogram hist;
  pIIR_PosInfo make_posinfo (int lineno);
};

void vaul_fix_static_level (pIIR_Type type);

#endif