about summary refs log tree commit diff
path: root/converter/other/cameratopam/ljpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/ljpeg.h')
-rw-r--r--converter/other/cameratopam/ljpeg.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/converter/other/cameratopam/ljpeg.h b/converter/other/cameratopam/ljpeg.h
index cfd68eb4..9d9d8ee9 100644
--- a/converter/other/cameratopam/ljpeg.h
+++ b/converter/other/cameratopam/ljpeg.h
@@ -9,10 +9,13 @@ struct jhead {
 LoadRawFn lossless_jpeg_load_raw;
 
 int  
-ljpeg_start (FILE * ifp, struct jhead *jh);
+ljpeg_start (FILE *         const ifP,
+             struct jhead * const jhP);
 
 int 
-ljpeg_diff (struct decode *dindex);
+ljpeg_diff (FILE *          const ifP,
+            struct decode * const dindexP);
 
 void
-ljpeg_row (struct jhead *jh);
+ljpeg_row(FILE *         const ifP,
+          struct jhead * const jhP);