NAME RefreshTagItemClones -- Rejuvenates a clone from the original. (V36) SYNOPSIS RefreshTagItemClones( cloneTagItems, originalTagItems ) A0 A1 void RefreshTagItemClones( struct tagitem *clonetagitems, struct tagitem *originaltagitems ); FUNCTION If (and only if) the tag items 'cloneTagItems' were created from 'originalTagItems' by clonetagitems(), and if originaltagitems has not been changed in any way, you can reset the clone list to its original state by using this function. INPUTS clonetagitems - return value from clonetagitems(originaltagitems). OriginalTagItems - a tag list that hasn't changed. RESULT None. EXAMPLE BUGS SEE ALSO clonetagitems(), allocatetagitems(), freetagitems()