Changeset 6956 for trunk/psModules/src/pslib/psAdditionals.h
- Timestamp:
- Apr 21, 2006, 5:20:33 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pslib/psAdditionals.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pslib/psAdditionals.h
r6872 r6956 7 7 #include "pslib.h" 8 8 9 // Deep copy of metadata10 // Corrected version of MHPCC code in psLib at the moment11 psMetadata *pap_psMetadataCopy(psMetadata *out, // Target, to which the copy is made12 const psMetadata *in // Source, from which the copy is made13 );14 15 9 // copy a metadata item from one psMetadata to another 16 10 bool psMetadataItemTransfer (psMetadata *out, // Destination: copy is placed here … … 18 12 char *key // key to identify the metadata item 19 13 ); 20 21 22 // Print out the metadata23 void psMetadataPrint(psMetadata *md, // Metadata to print24 int level // Indent level25 );26 27 // Split string on given characters28 psList *psStringSplit(const char *string, // String to split29 const char *splitters // Characters on which to split30 );31 14 32 15 // Split string on given characters
Note:
See TracChangeset
for help on using the changeset viewer.
