Changeset 23259 for trunk/psModules/src/config/pmConfigRecipes.h
- Timestamp:
- Mar 10, 2009, 4:53:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigRecipes.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigRecipes.h
r12916 r23259 1 1 /* @file pmConfigRecipes.h 2 2 * @brief Configuration Recipe functions 3 * 3 * 4 4 * @author ?, MHPCC 5 5 * @author Paul Price, IfA 6 6 * @author Eugene Magnier, IfA 7 * 7 * 8 8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 9 * @date $Date: 2007-04-19 02:10:12 $ … … 13 13 #ifndef PM_CONFIG_RECIPES_H 14 14 #define PM_CONFIG_RECIPES_H 15 16 #include <pmConfig.h> 15 17 16 18 /// @addtogroup Config Configuration System … … 26 28 27 29 28 bool pmConfigLoadRecipeArguments (int *argc, char **argv, pmConfig *config);29 bool pmConfigLoadRecipeOptions (int *argc, char **argv, pmConfig *config, char *flag);30 psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe);30 bool pmConfigLoadRecipeArguments(int *argc, char **argv, pmConfig *config); 31 bool pmConfigLoadRecipeOptions(int *argc, char **argv, pmConfig *config, char *flag); 32 psMetadata *pmConfigRecipeOptions(pmConfig *config, char *recipe); 31 33 32 34 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
