IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2004, 10:45:18 AM (22 years ago)
Author:
Paul Price
Message:

Updating "bool"s from SDRS.

File:
1 edited

Legend:

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

    r1588 r1600  
    6868
    6969/// Add item to the end of the metadata
    70 psMetadataItem *psMetadataAddItem(psMetadata *md, ///< metadata to add to
     70bool *psMetadataAddItem(psMetadata *md, ///< metadata to add to
    7171                                  int where, ///< Where to add item
    7272                                  psMetadataItem *item) ///< Metatdata item to add
     
    7474
    7575/// Add item to the end of the metadata.  Combines psMetadataItemAlloc and psMetadataAppendItem
    76 psMetadataItem *psMetadataAdd(psMetadata *md, ///< Metadata to add to
     76bool *psMetadataAdd(psMetadata *md, ///< Metadata to add to
    7777                              int where, ///< Where to add item
    7878                              const char *name, ///< name of new item of metadata (sprintf format)
Note: See TracChangeset for help on using the changeset viewer.