This file is indexed.

/usr/include/namazu/codeconv.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 _CODECONV_H
#define _CODECONV_H

extern int nmz_codeconv_internal(char *);
extern char *nmz_codeconv_external(const char *);
extern void nmz_codeconv_query ( char *query );

#endif /* _CODECONV_H */