
  TYPE
    ost$mtm_header = record
      version: string (4),
      language: ost$natural_language,
      online_manual_name: ost$online_manual_name,
      number_of_codes: 0 .. osc$max_status_condition_code + 1,
      number_of_names: 0 .. osc$max_status_condition_code + 1,
    recend;

{
{ A llc$message_module (llc$help_module) is entered in the message module
{ dictionary if the number_of_codes field of its header is greater than zero.
{
{ A llc$help_module (llc$message_module) is entered in the help module
{ dictionary if the number_of_names field of its header is greater than the
{ number_of_codes field of its header.
{

*copyc osc$max_status_condition_code
*copyc ost$natural_language
*copyc ost$online_manual_name
