about summary refs log tree commit diff
path: root/converter/other/cameratopam/ljpeg.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-16 02:49:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-16 02:49:34 +0000
commitb649804cfddd20cf31630f99fe6af4c710085a27 (patch)
tree179911c5f84975b4a9a063db6d0a7dd11f8a6811 /converter/other/cameratopam/ljpeg.h
parentcc8c48fb587dd5ae6e89b66ae96c8cfcefc5b44e (diff)
downloadnetpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.tar.gz
netpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.tar.xz
netpbm-mirror-b649804cfddd20cf31630f99fe6af4c710085a27.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2281 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/cameratopam/ljpeg.h')
-rw-r--r--converter/other/cameratopam/ljpeg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/converter/other/cameratopam/ljpeg.h b/converter/other/cameratopam/ljpeg.h
index 60832a3d..cfd68eb4 100644
--- a/converter/other/cameratopam/ljpeg.h
+++ b/converter/other/cameratopam/ljpeg.h
@@ -1,11 +1,12 @@
+#include "camera.h"
+
 struct jhead {
   int bits, high, wide, clrs, vpred[4];
   struct decode *huff[4];
   unsigned short *row;
 };
 
-void  
-lossless_jpeg_load_raw(void);
+LoadRawFn lossless_jpeg_load_raw;
 
 int  
 ljpeg_start (FILE * ifp, struct jhead *jh);