Index: branches/eam-psphot-branch/psLib/src/image/psImage.h
===================================================================
--- branches/eam-psphot-branch/psLib/src/image/psImage.h	(revision 3678)
+++ branches/eam-psphot-branch/psLib/src/image/psImage.h	(revision 3788)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-03-18 02:35:14 $
+ *  @version $Revision: 1.49.4.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-29 09:17:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -20,4 +20,5 @@
 
 #include <complex.h>
+#include <stdio.h>
 
 #include "psType.h"
@@ -191,4 +192,10 @@
 );
 
+
+// XXX EAM some utility functions
+
+psF64 p_psImageGetElementF64(psImage *a, int i, int j);
+bool p_psImagePrint (FILE *f, psImage *a, char *name);
+
 #define PIXEL_INTERPOLATE_FCN_PROTOTYPE(SUFFIX, RETURNTYPE) \
 inline RETURNTYPE p_psImagePixelInterpolate##SUFFIX( \
