Codebase list dillo / 04a9d12f-a396-4174-9a05-f821555c55ec/main src / djpeg.h
04a9d12f-a396-4174-9a05-f821555c55ec/main

Tree @04a9d12f-a396-4174-9a05-f821555c55ec/main (Download .tar.gz)

djpeg.h @04a9d12f-a396-4174-9a05-f821555c55ec/mainraw · 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__ */