| 13 | 
  | 
#endif | 
| 14 | 
  | 
 | 
| 15 | 
  | 
extern int      tmCvL16(TMstruct *tms, TMbright *ls, uint16 *luvs, int len); | 
| 16 | 
< | 
extern int      tmCvLuv24(TMstruct *tms, TMbright *ls, BYTE *cs, | 
| 16 | 
> | 
extern int      tmCvLuv24(TMstruct *tms, TMbright *ls, uby8 *cs, | 
| 17 | 
  | 
                                uint32 *luvs, int len); | 
| 18 | 
< | 
extern int      tmCvLuv32(TMstruct *tms, TMbright *ls, BYTE *cs, | 
| 18 | 
> | 
extern int      tmCvLuv32(TMstruct *tms, TMbright *ls, uby8 *cs, | 
| 19 | 
  | 
                                uint32 *luvs, int len); | 
| 20 | 
< | 
extern int      tmLoadTIFF(TMstruct *tms, TMbright **lpp, BYTE **cpp, | 
| 20 | 
> | 
extern int      tmLoadTIFF(TMstruct *tms, TMbright **lpp, uby8 **cpp, | 
| 21 | 
  | 
                                int *xp, int *yp, char *fname, TIFF *tp); | 
| 22 | 
< | 
extern int      tmMapTIFF(BYTE **psp, int *xp, int *yp, | 
| 22 | 
> | 
extern int      tmMapTIFF(uby8 **psp, int *xp, int *yp, | 
| 23 | 
  | 
                                int flags, RGBPRIMP monpri, double gamval, | 
| 24 | 
  | 
                                double Lddyn, double Ldmax, | 
| 25 | 
  | 
                                char *fname, TIFF *tp); |