1 #ifndef BITPACK64_READTWO_INCLUDED
2 #define BITPACK64_READTWO_INCLUDED
3 #include "types.h"
4 
5 /* For reading differential-coded bitstreams */
6 
7 extern UINT4
8 Bitpack64_read_two (UINT4 *end0, Oligospace_T oligo,
9 		    UINT4 *bitpackptrs, UINT4 *bitpackcomp);
10 
11 UINT8
12 Bitpack64_read_two_huge (UINT8 *end0, Oligospace_T oligo,
13 			 UINT4 *bitpackpages, UINT4 *bitpackptrs, UINT4 *bitpackcomp);
14 
15 #endif
16