This file is indexed.

/usr/lib/grass64/include/grass/edit.h is in grass-dev 6.4.3-3.

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

#include <grass/gis.h>

/* edit_cats.c */
int E_edit_cats(const char *, struct Categories *, int);
int E_edit_fp_cats(const char *, struct Categories *);

/* edit_cellhd.c */
int E_edit_cellhd(struct Cell_head *, int);

/* edit_hist.c */
int E_edit_history(struct History *);

#endif