aboutsummaryrefslogtreecommitdiff
path: root/src/JPEG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/JPEG.c')
-rw-r--r--src/JPEG.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/JPEG.c b/src/JPEG.c
index 3103b41..aca497e 100644
--- a/src/JPEG.c
+++ b/src/JPEG.c
@@ -16,6 +16,11 @@ typedef struct jpeg_compress_struct JpgComp;
typedef struct jpeg_error_mgr JpgErr;
#endif
+/* prototypes of routines defined in this source file */
+GLOBAL(void)
+jpeg_memory_dest (j_compress_ptr cinfo, JOCTET *buffer,int bufsize);
+
+
/*
Image data is an array of unsigned character array of
RGB data. The data is stored in interleaved order.