#ifndef LOAD_JPEG_H #define LOAD_JPEG_H #include <image.h> Image loadJpegFile(const char *file); #endif // LOAD_JPEG_H