This file is indexed.

/usr/lib/grass72/include/grass/defs/form.h is in grass-dev 7.2.0-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
#ifndef GRASS_FORMDEFS_H
#define GRASS_FORMDEFS_H

int F_generate(char *driver, char *database, char *table, char *key,
	       int keyval, char *frmname, char *frmmapset, int edit_mode,
	       int format, char **form);
int F_open(char *title, char *html);
void F_clear(void);
void F_close(void);

#endif