This file is indexed.

/usr/include/mupdf/pdf-tools.h is in libmupdf-dev 1.12.0+ds1-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
#ifndef MUPDF_PDF_TOOLS_PDF_H
#define MUPDF_PDF_TOOLS_PDF_H

int pdfclean_main(int argc, char **argv);

#endif