Changeset 12916 for trunk/psModules/src/config/pmConfigRecipes.h
- Timestamp:
- Apr 18, 2007, 4:10:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigRecipes.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigRecipes.h
r11251 r12916 6 6 * @author Eugene Magnier, IfA 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-24 01:05:41$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-04-19 02:10:12 $ 10 10 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 11 11 */ … … 26 26 27 27 28 bool pmConfigLoadRecipeArguments ( pmConfig *config);29 bool pmConfigLoadRecipeOptions ( pmConfig *config, char *flag);28 bool pmConfigLoadRecipeArguments (int *argc, char **argv, pmConfig *config); 29 bool pmConfigLoadRecipeOptions (int *argc, char **argv, pmConfig *config, char *flag); 30 30 psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe); 31 31
Note:
See TracChangeset
for help on using the changeset viewer.
