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


#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