From 67e1689f9d7e6b8dfffe393f2d318e3e374c7a36 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 26 Sep 2014 16:03:01 +0000 Subject: Promote current development as Release 10.68 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2294 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/cameratopam/identify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converter/other/cameratopam/identify.h') 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); -- cgit 1.4.1