diff options
author | Tim Potter <tpot@samba.org> | 2000-06-16 08:47:04 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-06-16 08:47:04 +0000 |
commit | 87cd080441a924afd57d03e86c926a60c4416967 (patch) | |
tree | 293c1afa3f28a8a936eceda2e16ec28a62027430 | |
parent | b3f2946d3958ef92ad7d30a52d00bcfd50229388 (diff) | |
download | samba-87cd080441a924afd57d03e86c926a60c4416967.tar.gz samba-87cd080441a924afd57d03e86c926a60c4416967.tar.xz samba-87cd080441a924afd57d03e86c926a60c4416967.zip |
Whoops - dodgy make proto.
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index d51126f2bb0..95a6f6e4c98 100644 --- a/source/include/proto.h +++ b/source/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); |