Index: trunk/psLib/src/image/psImageExtraction.h
===================================================================
--- trunk/psLib/src/image/psImageExtraction.h	(revision 1292)
+++ trunk/psLib/src/image/psImageExtraction.h	(revision 1359)
@@ -1,17 +1,17 @@
 /** @file  psImageManip.h
- *
- *  @brief Contains basic image extraction operations, as specified in the 
- *         PSLIB SDRS sections "Image Pixel Extractions" and "Image Structure
- *         Manipulation".
- *
- *  @ingroup Image
- *
- *  @author Robert DeSonia, MHPCC
- *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-24 02:00:21 $
- *
- *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
- */
+*
+*  @brief Contains basic image extraction operations, as specified in the 
+*         PSLIB SDRS sections "Image Pixel Extractions" and "Image Structure
+*         Manipulation".
+*
+*  @ingroup Image
+*
+*  @author Robert DeSonia, MHPCC
+*
+*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-07-31 02:27:43 $
+*
+*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
+*/
 
 #ifndef PSIMAGEEXTRACTION_H
@@ -41,9 +41,9 @@
 */
 psImage *psImageSubset(
-    psImage *out,                       ///< Subimage to return, or NULL.
-    psImage *image,                     ///< Parent image.
-    unsigned int numCols,               ///< Subimage width (<= image.nCols - col0).
-    unsigned int numRows,               ///< Subimage height (<= image.nRows - row0).
-    unsigned int col0,                  ///< Subimage col-offset (0 <= col0 < nCol).
+    psImage *out,                        ///< Subimage to return, or NULL.
+    psImage *image,                      ///< Parent image.
+    unsigned int numCols,                ///< Subimage width (<= image.nCols - col0).
+    unsigned int numRows,                ///< Subimage height (<= image.nRows - row0).
+    unsigned int col0,                   ///< Subimage col-offset (0 <= col0 < nCol).
     unsigned int row0                   ///< Subimage row-offset (0 <= row0 < nCol).
 );
@@ -68,5 +68,5 @@
 psVector* psImageSlice(
     psVector* out,
-    const psImage* input,
+    const psImage* restrict input,
     const psImage* restrict mask,
     unsigned int maskVal,
