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


NAME
    CloneTagItems -- Copies a TagItem list.  (V36)

SYNOPSIS
    newTagList = CloneTagItems( tagList )
    D0                          A0

    struct TagItem *CloneTagItems( struct TagItem *tagList );

FUNCTION
    Copies the essential contents of a tagItem list.  Internally,
    it uses AllocateTagItems() so that you can use FreeTagItems().

INPUTS
    tagList         - TagItem list to clone.

RESULT
    newTagList      - resultant copy.

BUGS

SEE ALSO
    AllocateTagItems(), FreeTagItems(), RefreshTagItemClones()