

#ifndef JD_SCAN_H
#define JD_SCAN_H

#include "jdecoder.h"
#include "istrm_c.h"

#ifdef __cplusplus
extern "C" {
#endif


unsigned int decode_scan( JPEGDecoder *jd, InputStream *is );

#ifdef __cplusplus
}
#endif

#endif // JD_SCAN_H


