summaryrefslogtreecommitdiff
path: root/src/c_fl_jpeg_image.h
blob: 1086f342ea6ea67eee37dd46a87d81fc9014c857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#ifndef FL_JPEG_IMAGE_GUARD
#define FL_JPEG_IMAGE_GUARD


typedef void* JPEG_IMAGE;


extern "C" JPEG_IMAGE new_fl_jpeg_image(const char * f);
extern "C" void free_fl_jpeg_image(JPEG_IMAGE j);


#endif