65     rle_raw_alloc( rle_hdr *the_hdr, rle_op ***scanp, 
int **nrawp );
 
   72     extern void rle_raw_free( rle_hdr *the_hdr, rle_op **scanp, 
int *nrawp );
 
   80     rle_getraw( rle_hdr *the_hdr, rle_op *scanraw[], 
int nraw[] );
 
   88     rle_freeraw( rle_hdr * the_hdr, rle_op *scanraw[], 
int nraw[] );
 
   96     rle_putraw( rle_op **scanraw, 
int *nraw, rle_hdr *the_hdr );
 
  104     rle_rawtorow( rle_hdr *the_hdr, rle_op **scanraw, 
int *nraw,
 
  109     extern unsigned int rle_getraw();
 
  110     extern void rle_freeraw();
 
  112     extern void rle_putraw();
 
  114     extern int rle_raw_alloc();
 
  115     extern void rle_raw_free();
 
  117     extern void rle_rawtorow();
 
void rle_freeraw(rle_hdr *the_hdr, scanraw, nraw)
int rle_raw_alloc(rle_hdr *the_hdr, rle_op ***scanp, int **nrawp)
void rle_putraw(rle_op **scanraw, int *nraw, rle_hdr *the_hdr)
void rle_rawtorow(rle_hdr *the_hdr, rle_op **raw, int *nraw, rle_pixel **outrows)
void rle_raw_free(rle_hdr *the_hdr, rle_op **scanp, nrawp)
unsigned int rle_getraw(rle_hdr *the_hdr, scanraw, nraw)