IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2007, 4:10:12 PM (19 years ago)
Author:
rhl
Message:

pmConfig no longer owns arg[cv];

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigRecipes.h

    r11251 r12916  
    66 *  @author Eugene Magnier, IfA
    77 *
    8  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-24 01:05:41 $
     8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-04-19 02:10:12 $
    1010 *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
    1111 */
     
    2626
    2727
    28 bool pmConfigLoadRecipeArguments (pmConfig *config);
    29 bool pmConfigLoadRecipeOptions (pmConfig *config, char *flag);
     28bool pmConfigLoadRecipeArguments (int *argc, char **argv, pmConfig *config);
     29bool pmConfigLoadRecipeOptions (int *argc, char **argv, pmConfig *config, char *flag);
    3030psMetadata *pmConfigRecipeOptions (pmConfig *config, char *recipe);
    3131
Note: See TracChangeset for help on using the changeset viewer.