[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   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()