This file is indexed.

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

extern void G_init_locale(void);
extern char *G_gettext(const char *, const char *) __attribute__((format_arg (2)));
extern char *G_ngettext(const char *, const char *, const char *, unsigned long int) __attribute__((format_arg (2), format_arg (3)));

#endif