Index: trunk/psLib/src/image/psImage.c
===================================================================
--- trunk/psLib/src/image/psImage.c	(revision 727)
+++ trunk/psLib/src/image/psImage.c	(revision 745)
@@ -5,8 +5,9 @@
  *  This file defines the basic type for an image struct and functions useful in manupulating images.
  *
+ *  @author Robert DeSonia, MHPCC
  *  @author Ross Harman, MHPCC
- *   
- *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-19 01:20:02 $
+ *
+ *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-20 01:27:01 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -342,2 +343,9 @@
     return output;
 }
+
+psImage* psImageReadSection(psImage* output, int col, int row, int numCols,
+                            int numRows, int z, char* extname, int extnum, char* filename)
+{
+
+    return NULL;
+}
