This file is indexed.

/usr/include/squizz/align/fasta2.h is in libsquizz-dev 0.99b+dfsg-3.

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
/* fasta2.h - FASTA alignment functions */

#ifndef __ALIGN_FASTA2_H_
#define __ALIGN_FASTA2_H_

#include <stdio.h>

#include "align.h"


/* Functions prototypes */
int fasta2_check(FILE *);
align_t *fasta2_parse(FILE *);
void fasta2_print(FILE *, align_t *);

#endif /* __ALIGN_FASTA2_H_ */