Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 15980)
+++ trunk/psModules/src/objects/pmSource.h	(revision 16066)
@@ -3,6 +3,6 @@
  * @author EAM, IfA; GLG, MHPCC
  *
- * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-01-02 20:39:04 $
+ * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-01-15 02:48:28 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -233,4 +233,7 @@
 int             pmSourceSortByY (const void **a, const void **b);
 
+pmSourceMode pmSourceModeFromString (const char *name);
+char *pmSourceModeToString (const pmSourceMode mode);
+
 /// @}
 # endif /* PM_SOURCE_H */
