  TYPE
    pft$return_files_option = record
      case return_files: boolean of
      = FALSE =
        ,
      = TRUE =
        files_returned {Output} : ost$non_negative_integers,
        log_returned_files: boolean,
        case wait_for_down_volume: boolean of
        = TRUE =
          ,
        = FALSE =
          files_on_down_device {Output} : ost$non_negative_integers,
        casend,
      casend,
    recend;


*copyc ost$non_negative_integers
