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 | 7448a6d31e5576de6f59b030e4b4d6f8d3be090f (patch) | |
tree | 59da059a02610d509c83fa449d8710ca9e37cb2b | |
parent | 8b5be6afa430eea2f0aa7c111ac69c8ba07603b6 (diff) | |
download | samba-7448a6d31e5576de6f59b030e4b4d6f8d3be090f.tar.gz samba-7448a6d31e5576de6f59b030e4b4d6f8d3be090f.tar.bz2 samba-7448a6d31e5576de6f59b030e4b4d6f8d3be090f.zip |
Whoops - dodgy make proto.
(This used to be commit 87cd080441a924afd57d03e86c926a60c4416967)
-rw-r--r-- | source3/include/proto.h | 2 |
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); |