1 #include "rle.h"
2 
3 int rle_get_setup (struct sv_globals *globals);
4 int rle_getrow (struct sv_globals *globals, rle_pixel *scanline[]);
5 void make_gamma (double gamma, int gammamap[256]);
6 void make_magic (int size, int magic[16][16]);
7