This file is indexed.

/usr/include/schroedinger-1.0/schroedinger/schrossim.h is in libschroedinger-dev 1.0.11-2.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
 9
10
11
12
13
14
15
16
#ifndef __SCHRO_SSIM_H__
#define __SCHRO_SSIM_H__

#include <schroedinger/schroframe.h>

SCHRO_BEGIN_DECLS

#ifdef SCHRO_ENABLE_UNSTABLE_API

double schro_frame_ssim (SchroFrame *a, SchroFrame *b);

#endif

SCHRO_END_DECLS

#endif