This file is indexed.

/usr/lib/grass72/include/grass/defs/spawn.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
#ifndef GRASS_SPAWNDEFS_H
#define GRASS_SPAWNDEFS_H

extern int G_spawn(const char *command, ...);
extern int G_vspawn_ex(const char *command, const char **args);
extern int G_spawn_ex(const char *command, ...);
extern int G_wait(int i_pid);

#endif