
{ parameters sent from client to server

  TYPE
    pft$df_save_file_label_in = record
      attached_pf_table_index: pft$attached_pf_table_index,
      system_authority: pft$system_authority,
      required_permission: pft$permit_options,
      file_label_size: pft$file_label_size,
      audit: {i/o} boolean,
    recend;

    { If there is a file_label; it follows in this buffer if it's small enough,
    { otherwise it's in the data buffer.

*copyc pft$attached_pf_table_index
*copyc pft$file_label_size
*copyc pft$permit_options
*copyc pft$system_authority
