summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d51126f2bb..95a6f6e4c9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -644,7 +644,7 @@ void file_lines_slashcont(char **lines);
/*The following definitions come from lib/util_seaccess.c */
-BOOL se_access_check(const SEC_DESC * sd, user_struct *user,
+BOOL se_access_check(const SEC_DESC * sd, const NET_USER_INFO_3 * user,
uint32 acc_req, uint32 prev_grant_acc,
uint32 * acc_grant,
uint32 * status);