This file is indexed.

/usr/include/io_lib/seqIOCTF.h is in libstaden-read-dev 1.12.4-1build1.

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
17
#ifndef _seqIOCTF_h_
#define _seqIOCTF_h_

#include "io_lib/Read.h"

#ifdef __cplusplus
extern "C" {
#endif

Read *ctfFRead (mFILE *ff) ;
int ctfFWrite (mFILE *ff, Read *read) ;

#ifdef __cplusplus
}
#endif

#endif /* _seqIOCTF_h_ */