This file is indexed.

/usr/include/namazu/search.h is in libnmz7-dev 2.0.21-10.

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
#ifndef _SEARCH_H
#define _SEARCH_H

#include "libnamazu.h" /* for NmzResult type */

extern void nmz_free_hitnums ( struct nmz_hitnumlist *hn );
extern int nmz_binsearch ( const char *key, int prefix_match_mode );
extern NmzResult nmz_search ( const char *query );
extern NmzResult nmz_do_searching ( const char *key, NmzResult val );

#endif /* _SEARCH_H */