This file is indexed.

/usr/include/net-snmp/library/snmp_parse_args.h is in libsnmp-dev 5.4.3~dfsg-2.8+deb7u1.

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
17
18
19
20
#ifndef SNMP_PARSE_ARGS_H
#define SNMP_PARSE_ARGS_H
#ifdef __cplusplus
extern "C" {
#endif

int
snmp_parse_args(int argc, char **argv, netsnmp_session *session,
		const char *localOpts, void (*proc)(int, char *const *, int));

void
snmp_parse_args_descriptions(FILE *);

void
snmp_parse_args_usage(FILE *);

#ifdef __cplusplus
}
#endif
#endif