Source code upload
[framework/connectivity/libgphoto2.git] / camlibs / ax203 / jpeg_memsrcdest.h
1 #include <jpeglib.h>
2
3 void
4 jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
5         unsigned long bufsize);
6
7 void
8 jpeg_mem_dest (j_compress_ptr cinfo, unsigned char ** outbuffer,
9         unsigned long * outsize);