IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2006, 5:20:33 PM (20 years ago)
Author:
Paul Price
Message:

Removing extraneous functions that have been moved to psLib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pslib/psAdditionals.h

    r6872 r6956  
    77#include "pslib.h"
    88
    9 // Deep copy of metadata
    10 // Corrected version of MHPCC code in psLib at the moment
    11 psMetadata *pap_psMetadataCopy(psMetadata *out, // Target, to which the copy is made
    12                                const psMetadata *in // Source, from which the copy is made
    13                               );
    14 
    159// copy a metadata item from one psMetadata to another
    1610bool psMetadataItemTransfer (psMetadata *out, // Destination: copy is placed here
     
    1812                             char *key        // key to identify the metadata item
    1913                            );
    20 
    21 
    22 // Print out the metadata
    23 void psMetadataPrint(psMetadata *md,    // Metadata to print
    24                      int level          // Indent level
    25                     );
    26 
    27 // Split string on given characters
    28 psList *psStringSplit(const char *string, // String to split
    29                       const char *splitters // Characters on which to split
    30                      );
    3114
    3215// Split string on given characters
Note: See TracChangeset for help on using the changeset viewer.