IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2004, 3:12:53 PM (22 years ago)
Author:
Paul Price
Message:

Added a "which" to psMetadataGetNext so that multiple iteration cursors
may be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psMetadata.h

    r457 r619  
    111111/// get the next item in the sequence
    112112psMetadataItem *psMetadataGetNext(psMetadata *restrict md, ///< metadata to get from
    113                                   const char *restrict match ///< Match this
     113                                  const char *restrict match, ///< Match this
     114                                  int which ///< Which iterator to use
    114115    );
    115116
Note: See TracChangeset for help on using the changeset viewer.