Index: trunk/archive/pslib/include/psImages.h
===================================================================
--- trunk/archive/pslib/include/psImages.h	(revision 215)
+++ trunk/archive/pslib/include/psImages.h	(revision 226)
@@ -31,4 +31,6 @@
 /*** Image structure manipulation ***/
 /// Create an image of the specified size and type.
+typedef int PS_IMAGE_DEPTH;		// RHL Added this to make the psImage compile XXX
+
 psImage *
 psImageAlloc (int nx,			///< image width 
@@ -99,5 +101,5 @@
 
 /// Extract a 2-d contour from an image at the given threshold.
-psFloatArrayArray *
+psFloatArray *
 psImageContour (psImage *input, 	///< create contour for this image
 		float threshold,	///< contour image at this threshold
