This file is indexed.

/usr/include/gfarm/user_info.h is in libgfarm-dev 2.6.15+dfsg-1.

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
struct gfarm_user_info {
	char *username;

	char *realname;
	char *homedir;
	char *gsi_dn;
};

void gfarm_user_info_free(struct gfarm_user_info *);
void gfarm_user_info_free_all(int, struct gfarm_user_info *);