Some C++ fixes
[samba.git] / source3 / lib / secacl.c
index 328bc1b4b415f05197aebdaad86d1392dbf763f0..5e82242e1b0e55b690bb362a8784cb93f1721a27 100644 (file)
@@ -26,7 +26,8 @@
  Create a SEC_ACL structure.  
 ********************************************************************/
 
-SEC_ACL *make_sec_acl(TALLOC_CTX *ctx, uint16 revision, int num_aces, SEC_ACE *ace_list)
+SEC_ACL *make_sec_acl(TALLOC_CTX *ctx, enum security_acl_revision revision,
+                     int num_aces, SEC_ACE *ace_list)
 {
        SEC_ACL *dst;
        int i;