This file is indexed.

/usr/include/mupdf/pdf/clean.h is in libmupdf-dev 1.7a-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
#ifndef MUPDF_PDF_CLEAN_H
#define MUPDF_PDF_CLEAN_H

/* Read infile, and write selected pages to outfile with the given options. */
void pdf_clean_file(fz_context *ctx, char *infile, char *outfile, char *password, fz_write_options *opts, char *retainlist[], int retainlen);

#endif