IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2009, 8:37:23 AM (17 years ago)
Author:
Paul Price
Message:

Cleaning up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psTime.h

    r17023 r22678  
    474474);
    475475
    476 // used by p_psEOCInit()
    477 const char *p_psTimeConfigFilename(const char *filename);
     476/// Return the name of the configuration file used for time
     477///
     478/// The name is derived first from the environment variable PS_CONFIG_FILE if set; next from a previously used
     479/// configuration file if available; finally from the default which is set at install time.
     480const char *p_psTimeConfigFilename(const char *filename // Filename to use, or NULL
     481    );
    478482
    479483/// @}
Note: See TracChangeset for help on using the changeset viewer.