Index: trunk/archive/pslib/include/psImage.h
===================================================================
--- trunk/archive/pslib/include/psImage.h	(revision 280)
+++ trunk/archive/pslib/include/psImage.h	(revision 292)
@@ -111,4 +111,6 @@
     );
 
+/* Contour is a high-level function */
+#if 0
 /// Extract a 2-d contour from an image at the given threshold.
 psFloatArray *
@@ -118,4 +120,5 @@
 	       int binning		///< bin image by this value for contour calculation
     );
+#endif
 
 /*** various image geometry manipulation ***/
@@ -156,6 +159,5 @@
 /// Determine statistics for image (or subimage).
 psStats *
-psImageGetStats(psImage *out,		//!< Image to output, or NULL
-		const psImage *input, 	///< image (or subimage) to calculate stats
+psImageGetStats(const psImage *input, 	///< image (or subimage) to calculate stats
 		psStats *stats		///< defines statistics to be calculated & target
     );
@@ -203,5 +205,5 @@
 		    const char *extname, ///< MEF extension name ("PHU" for primary header)
 		    int extnum, 	///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
-		    const FILE *f	///< file descriptor to read data from		   
+		    FILE *f		///< file descriptor to read data from		   
     );
 
@@ -225,5 +227,5 @@
 		     const char *extname, ///< MEF extension name			   
 		     int extnum, 	///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
-		     const FILE *f	///< file descriptor to write data to		   
+		     FILE *f		///< file descriptor to write data to		   
     );
 
@@ -241,5 +243,5 @@
 		   const char *extname,	///< MEF extension name ("PHU" for primary header)
 		   int extnum,		///< MEF extension number (-1 for "PHU", 0 : Nextend - 1)
-		   const FILE *f	///< file descriptor to read from
+		   FILE *f		///< file descriptor to read from
     );
 
