Index: /branches/eam_rel9_b0/psModules/src/objects/pmModelGroup.h
===================================================================
--- /branches/eam_rel9_b0/psModules/src/objects/pmModelGroup.h	(revision 5730)
+++ /branches/eam_rel9_b0/psModules/src/objects/pmModelGroup.h	(revision 5731)
@@ -9,6 +9,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-10 19:53:40 $
+ *  @version $Revision: 1.1.12.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-07 20:16:22 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -209,3 +209,12 @@
 pmModelGroup;
 
+// allocate a pmModelGroup to hold nModels entries
+pmModelGroup *pmModelGroupAlloc (int nModels);
+
+// initialize the internal (static) model group with the default models
+void pmModelGroupInit (void);
+
+// add a new model to the internal (static) model group
+void pmModelGroupAdd (pmModelGroup *model);
+
 # endif
