
  PROCEDURE [XREF] pfp$reattach_files_for_client
    (    client_mainframe_id: pmt$binary_mainframe_id;
         p_old_attached_pf_table: ^pft$attached_pf_table;
     VAR files_reattached : ost$non_negative_integers;
     VAR files_not_reattached : ost$non_negative_integers;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$non_negative_integers
*copyc ost$status
*copyc pft$attached_pf_table
*copyc pmt$binary_mainframe_id
?? POP ??
