Codebase list dillo / upstream/3.0.2_rc1 src / djpeg.h
upstream/3.0.2_rc1

Tree @upstream/3.0.2_rc1 (Download .tar.gz)

djpeg.h @upstream/3.0.2_rc1raw · history · blame

#ifndef __JPEG_H__
#define __JPEG_H__

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#include "url.h"
#include "image.hh"


void *a_Jpeg_new(DilloImage *Image, DilloUrl *url, int version);
void a_Jpeg_callback(int Op, void *data);


#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* !__JPEG_H__ */