diff options
Diffstat (limited to 'converter/other/cameratopam/ljpeg.h')
-rw-r--r-- | converter/other/cameratopam/ljpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/cameratopam/ljpeg.h b/converter/other/cameratopam/ljpeg.h index 9d9d8ee9..7b1cf364 100644 --- a/converter/other/cameratopam/ljpeg.h +++ b/converter/other/cameratopam/ljpeg.h @@ -8,11 +8,11 @@ struct jhead { LoadRawFn lossless_jpeg_load_raw; -int +int ljpeg_start (FILE * const ifP, struct jhead * const jhP); -int +int ljpeg_diff (FILE * const ifP, struct decode * const dindexP); |