This file is indexed.

/usr/include/bglibs/cdb/str.h is in libbg1-dev 1.106-3.

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

#include <cdb/cdb.h>
struct str;

extern int cdb_get(struct cdb*, const struct str* key, struct str* data);
extern int cdb_getnext(struct cdb*, const struct str* key, struct str* data);

#endif