
{ Information needed to audit the deletion of 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.

  TYPE
    sft$ai_delete_fs_object = record
      object_id_p: ^sft$audited_fs_object_id,
      ownership: pft$ownership,
    recend;

*copyc pft$ownership
*copyc sft$audited_fs_object_id

