Ignore:
Timestamp:
May 24, 2009, 7:17:10 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/modules/nfs4_acls.h

    r206 r221  
    118118/* prop's contents are copied */
    119119/* it doesn't change the order, appends */
    120 SMB4ACE_T *smb_add_ace4(SMB4ACL_T *acl, SMB_ACE4PROP_T *prop);
     120SMB4ACE_T *smb_add_ace4(SMB4ACL_T *theacl, SMB_ACE4PROP_T *prop);
    121121
    122122SMB_ACE4PROP_T *smb_get_ace4(SMB4ACE_T *ace);
    123123
    124124/* Returns NULL if none - or error */
    125 SMB4ACE_T *smb_first_ace4(SMB4ACL_T *acl);
     125SMB4ACE_T *smb_first_ace4(SMB4ACL_T *theacl);
    126126
    127127/* Returns NULL in the end - or error */
    128128SMB4ACE_T *smb_next_ace4(SMB4ACE_T *ace);
    129129
    130 uint32 smb_get_naces(SMB4ACL_T *acl);
     130uint32 smb_get_naces(SMB4ACL_T *theacl);
    131131
    132132NTSTATUS smb_fget_nt_acl_nfs4(files_struct *fsp,
    133133        uint32 security_info,
    134         SEC_DESC **ppdesc, SMB4ACL_T *acl);
     134        SEC_DESC **ppdesc, SMB4ACL_T *theacl);
    135135
    136136NTSTATUS smb_get_nt_acl_nfs4(connection_struct *conn,
    137137        const char *name,
    138138        uint32 security_info,
    139         SEC_DESC **ppdesc, SMB4ACL_T *acl);
     139        SEC_DESC **ppdesc, SMB4ACL_T *theacl);
    140140
    141141/* Callback function needed to set the native acl
Note: See TracChangeset for help on using the changeset viewer.