/* Prototypes for writejpeg.c */

#define JSAMPLE unsigned char
void write_JPEG_file (JSAMPLE *scan, FILE *out);
