
{ Information needed to audit deletion of a permit for file system objects.
{
{ OBJECT_ID_P - a pointer to the information needed to identify
{   a file system object.
{ OWNERSHIP - Set containing the ownership information for the user
{   making the request.  This information is used to determine if the user
{   is the owner of the master catalog that the file resides in.
{ GROUP_P - a pointer to the group definition for the permit.

  TYPE
    sft$ai_delete_fs_permit = record
      object_id_p: ^sft$audited_fs_object_id,
      ownership: pft$ownership,
      group_p: ^pft$group,
    recend;

*copyc pft$group
*copyc pft$ownership
*copyc sft$audited_fs_object_id

