Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 7311)
+++ trunk/psModules/src/objects/pmSource.h	(revision 7631)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA; GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-03 01:02:08 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-22 20:04:13 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -115,4 +115,7 @@
 pmSource  *pmSourceAlloc();
 
+// free just the pixels for a source, keeping derived data
+void pmSourceFreePixels(pmSource *source);
+
 bool pmIsSource(const psPtr ptr);
 
