This file is indexed.

/usr/include/minidjvu/minidjvu.h is in libminidjvu-dev 0.8.svn.2010.05.06+dfsg-5+b2.

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
11
12
13
14
15
/*
 * minidjvu.h - the main include file for the library, includes all others
 */

#ifndef MINIDJVU_H
#define MINIDJVU_H

#include "base/base.h"
#include "alg/alg.h"
#include "image-io/image-io.h"
#include "djvu/djvu.h"
#include "jb2.h"
#include "matcher.h"

#endif