about summary refs log tree commit diff
path: root/converter/other/cameratopam/identify.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/identify.h')
-rw-r--r--converter/other/cameratopam/identify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/cameratopam/identify.h b/converter/other/cameratopam/identify.h
index 012b807c..62c9aae5 100644
--- a/converter/other/cameratopam/identify.h
+++ b/converter/other/cameratopam/identify.h
@@ -1,4 +1,4 @@
-typedef void (*loadRawFn)();
+#include "camera.h"
 
 int
 identify(FILE *       const ifp,
@@ -8,4 +8,4 @@ identify(FILE *       const ifp,
          float        const blue_scale,
          unsigned int const four_color_rgb,
          const char * const inputFileName,
-         loadRawFn *  const loadRawFnP);
+         LoadRawFn ** const loadRawFnP);