
  PROCEDURE [XREF] pfp$r2_change_file
    (    family_location: pft$family_location;
         path: pft$complete_path;
         cycle_selector: pft$cycle_selector;
         password: pft$password;
         system_privilege: boolean;
         file_changes: ^fst$file_changes;
     VAR cycle_number: fst$cycle_number;
     VAR device_class: rmt$device_class;
     VAR change_index: ost$non_negative_integers;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc pfe$error_condition_codes
*copyc fst$cycle_number
*copyc fst$file_changes
*copyc ost$non_negative_integers
*copyc ost$status
*copyc pft$complete_path
*copyc pft$cycle_selector
*copyc pft$family_location
*copyc pft$password
*copyc rmt$device_class
?? POP ??
