  PROCEDURE fsp$get_file_information
    (    file: fst$file_reference;
         attachment_information: ^fst$attachment_information;
         catalog_information: ^fst$catalog_information;
         cycle_attribute_sources: ^fst$cycle_attribute_sources;
         cycle_attribute_values: ^fst$cycle_attribute_values;
         resolved_file_reference: ^fst$resolved_file_reference;
         user_defined_attributes: ^SEQ ( * );
     VAR user_defined_attribute_size: fst$user_defined_attribute_size;
     VAR status: ost$status);

{ Content of proc will be code which will externalize the types of the
{ formal parameters.}
{ The system will provide gated interfaces which return the information in one
{ or more sequences.}

  PROCEND fsp$get_file_information;

?? PUSH (LISTEXT := ON) ??
*copyc amc$condition_code_limits
*copyc ame$attribute_validation_errors
*copyc ame$improper_file_id
*copyc ame$ring_validation_errors
*copyc fst$attachment_information
*copyc fst$catalog_information
*copyc fst$cycle_attribute_sources
*copyc fst$cycle_attribute_values
*copyc fst$file_reference
*copyc fst$resolved_file_reference
*copyc fst$user_attribute_descriptor
*copyc fst$user_defined_attribute_size
*copyc ost$status
?? POP ??
