IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14609


Ignore:
Timestamp:
Aug 22, 2007, 2:50:14 PM (19 years ago)
Author:
magnier
Message:

drop const on pmConfig argument to pmFPAfileBindFromArgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/src/camera/pmFPAfileDefine.h

    r13931 r14609  
    44 * @author EAM, IfA
    55 *
    6  * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-06-21 22:45:27 $
     6 * @version $Revision: 1.13.4.1 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2007-08-23 00:50:14 $
    88 * Copyright 2004-2005 Institute for Astronomy, University of Hawaii
    99 */
     
    4949// Note that the returned pmFPAfile is a view only, so it should not be freed by the caller --- the only
    5050// reference count is held by the config->files metadata.
    51 pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, const pmConfig *config, const char *filename, const char *argname);
     51pmFPAfile *pmFPAfileBindFromArgs (bool *found, pmFPAfile *input, pmConfig *config, const char *filename, const char *argname);
    5252
    5353// look for the given argname on the argument list.  find the give filename from the file rules
Note: See TracChangeset for help on using the changeset viewer.