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