
{ Directory, stored in the template file header, used to find description
{ records.  Entries are kept in first in - first out order.  Unused entries
{ have their name field set to OSC$NULL_NAME.

  TYPE
    avt$description_directory = array [1 .. avc$maximum_desc_record_count] of
          avt$description_directory_entry;

*copyc avc$maximum_desc_record_count
*copyc avt$description_directory_entry
