Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
utility.library
NAME
RefreshTagItemClones
rejuvenate a clone from the original. (V36)
SYNOPSIS
RefreshTagItemClones(clone,original)
A0 A1
VOID RefreshTagItemClones(struct TagItem *,struct TagItem *);
FUNCTION
If (and only if) the tag list 'clone' was created from 'original' by
CloneTagItems()
, and if 'original' has not been changed in any way, you can reset the clone list to its original state by using this function.
INPUTS
clone
return value from
CloneTagItems
(original)
original
a tag list that hasn't changed since
CloneTagItems()
SEE ALSO
<utility/tagitem.h>,
CloneTagItems()
,
AllocateTagItems()
,
FreeTagItems()
,
ApplyTagChanges()