Changeset 401
- Timestamp:
- Apr 8, 2004, 12:28:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMetadata.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMetadata.h
r400 r401 78 78 79 79 /// Add entry to the end of the metadata 80 psMetadataItem *psMetadataAppend(psMetadata *restrict m s, ///< metadata to add to80 psMetadataItem *psMetadataAppend(psMetadata *restrict md, ///< metadata to add to 81 81 psMetadataItem *restrict item ///< Metatdata to add 82 82 ); 83 83 84 84 /// delete entry from the metadata 85 psMetadataItem *psMetadataRemove(psMetadata *restrict m s, ///< metadata to delete from85 psMetadataItem *psMetadataRemove(psMetadata *restrict md, ///< metadata to delete from 86 86 const char *restrict key ///< Key to delete 87 87 ); … … 92 92 93 93 /// get the next entry in the sequence 94 psMetadataItem *psMetadataGetNext(psMetadata *restrict m s, ///< metadata to get from94 psMetadataItem *psMetadataGetNext(psMetadata *restrict md, ///< metadata to get from 95 95 const char *restrict match ///< Match this 96 96 ); 97 97 98 98 /// find the metadata with the specified key 99 psMetadataItem *psMetadataLookup(const psMetadata *restrict m s, ///< metadata to look up99 psMetadataItem *psMetadataLookup(const psMetadata *restrict md, ///< metadata to look up 100 100 const char *restrict key ///< Key to find 101 101 ); … … 103 103 /// print metadata item to the specified stream 104 104 void psMetadataItemPrint(FILE *fd, ///< file descriptor to write to 105 const psMetadataItem *restrict m s, ///< item of metadata to print105 const psMetadataItem *restrict md, ///< item of metadata to print 106 106 const char *prefix ///< print this at the beginning of each line 107 107 );
Note:
See TracChangeset
for help on using the changeset viewer.
