This file is indexed.

/usr/include/namazu/query.h is in libnmz7-dev 2.0.21-20+b1.

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 _QUERY_H
#define _QUERY_H

extern enum nmz_stat nmz_make_query(const char *querystring);
extern int nmz_get_querytokennum(void);
char *nmz_get_querytoken(int id);

#endif /* _QUERY_H */