This file is indexed.

/usr/include/libwhoopsie/identifier.h is in libwhoopsie-dev 0.2.24.5.

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
void whoopsie_identifier_generate (char** res, GError** error);
void whoopsie_identifier_get_mac_address (char** res, GError** error);
void whoopsie_identifier_get_system_uuid (char** res, GError** error);
void whoopsie_identifier_sha512 (char* source, char* res, GError** error);
void whoopsie_hex_to_char (char* buf, const char *str, int len);
#define HASHLEN 128