(C) 1998 AROS - The Amiga Research OS
NAME
#include <utility/tagitem.h>
#include <proto/utility.h>
void MapTags (tagList , mapList , mapType)
LOCATION
In UtilityBase at offset 10
SYNOPSIS
struct TagItem * tagList
struct TagItem * mapList
ULONG mapType
FUNCTION
Replace the ti_Tags in tagList which match the ti_Tags in mapList by the ti_Data values of mapList.
INPUTS
tagList
This list is modified
mapList
This defines which ti_Tag is replaced with what new value.
RESULT
None.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
20.08.1997 digulla
Polish.
Renamed utility_intern.h to intern.h.
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
29.10.1996 aros
One new function