Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 10422)
+++ trunk/psModules/src/config/pmConfig.h	(revision 10428)
@@ -9,6 +9,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-12-04 02:14:09 $
+/// @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2006-12-04 20:41:51 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -17,6 +17,4 @@
 #ifndef PM_CONFIG_H
 #define PM_CONFIG_H
-
-#include <pslib.h>
 
 /// Sources for recipes.
@@ -54,6 +52,6 @@
     char *defaultRecipe;  ///< name of top-level recipe for this program
     // Private members
-    pmRecipeSource recipesRead;       ///< Which recipe sources have been read
-    psMetadata *recipesSource;          ///< Where each recipe came from
+    pmRecipeSource recipesRead;  ///< Which recipe sources have been read
+    psMetadata *recipeSymbols;          ///< Where each recipe came from
 }
 pmConfig;
@@ -120,12 +118,4 @@
                                 );
 
-/// Read recipes
-///
-/// Attempt to read recipes from the sources that are available but have not already been read.  Having read a
-/// recipe, attempt to resolve symbolic links that were specified on the command line.
-bool pmConfigReadRecipes(pmConfig *config, ///< Configuration
-                         pmRecipeSource source ///< desired sources for recipes
-                        );
-
 /// Setup the database
 ///
@@ -167,7 +157,3 @@
 psString pmConfigConvertFilename (char *filename, pmConfig *config);
 
-
-bool pmConfigLoadRecipeArguments (pmConfig *config);
-bool pmConfigLoadRecipeOptions (pmConfig *config, char *flag);
-
 #endif
