This file is indexed.

/usr/include/waili/Wavelet_bin.h is in libwaili-dev 19990723-22.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
class Wavelet_Binary : public Wavelet {
public:
  Wavelet_Binary();
  
  // Lifting steps on Channels
  void CakeWalk(Lifting &lifting) const ;
  void ICakeWalk(Lifting &lifting) const ;
  Wavelet_Binary *Clone(void) const;

private:
  static const char *rcsid;
};