
  PROCEDURE [XREF] nap$create_network_file
    (    file: fst$file_reference;
         attributes: ^nat$create_attributes;
         connection_id: nat$connection_id;
         file_exists: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$file_reference
*copyc nat$create_attributes
*copyc nat$connection_id
*copyc ost$status
?? POP ??
