Index: trunk/psLib/src/image/psImageExtraction.c
===================================================================
--- trunk/psLib/src/image/psImageExtraction.c	(revision 3684)
+++ trunk/psLib/src/image/psImageExtraction.c	(revision 3873)
@@ -9,6 +9,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-08 17:58:57 $
+ *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-10 01:57:47 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -24,10 +24,10 @@
 #include "psImageErrors.h"
 
-psImage* imageSubset(psImage* out,
-                     psImage* image,
-                     psS32 col0,
-                     psS32 row0,
-                     psS32 col1,
-                     psS32 row1)
+static psImage* imageSubset(psImage* out,
+                            psImage* image,
+                            psS32 col0,
+                            psS32 row0,
+                            psS32 col1,
+                            psS32 row1)
 {
     psU32 elementSize;          // size of image element in bytes
