IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2004, 7:53:16 AM (22 years ago)
Author:
rhl
Message:

Updated to match APIs in include/*.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Metadata/metadata.c

    r566 r707  
    303303
    304304psMetadataItem *psMetadataGetNext(psMetadata *restrict ms,
    305                                   const char *restrict match)
     305                                  const char *restrict match,
     306                                  int which)
    306307{
    307308    assert (ms != NULL);
     
    314315            return meta;
    315316        } else {
    316             return psMetadataGetNext(ms, match);
     317            return psMetadataGetNext(ms, match, which);
    317318        }
    318319    }
Note: See TracChangeset for help on using the changeset viewer.