(C) 1998 AROS - The Amiga Research OS
TAG_END and TAG_DONE both terminate a TagItems-array (in fact, TAG_DONE is the same as TAG_END).
With TAG_MORE, you can redirect the processing to a new list of tags. Note that the processing will not return to the previous list when a TAG_END/TAG_DONE is encountered.
TAG_IGNORE disables the processing of an entry in the list. This entry is just ignored (We use this technique for filtering).
TAG_SKIP skips this tagitem, and the next number of tagitems as indicated in the tag's ti_Data field.
Renamed utility_intern.h to intern.h.