From 7448a6d31e5576de6f59b030e4b4d6f8d3be090f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 16 Jun 2000 08:47:04 +0000 Subject: Whoops - dodgy make proto. (This used to be commit 87cd080441a924afd57d03e86c926a60c4416967) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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); -- cgit