This file is indexed.

/usr/include/bglibs/pwcmp/client.h is in libbg1-dev 1.106-1.

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

extern int pwcmp_start(const char* module);
extern int pwcmp_check(const char* plaintext, const char* encoded);
extern void pwcmp_stop(void);

#endif