fix spelling in comments
[openafs.git] / src / WINNT / afsd / cm_access.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef OPENAFS_WINNT_AFSD_CM_ACCESS_H
11 #define OPENAFS_WINNT_AFSD_CM_ACCESS_H 1
12
13 #include "cm_user.h"
14
15 extern int cm_HaveAccessRights(struct cm_scache *scp, struct cm_user *up,
16         struct cm_req *reqp, afs_uint32 rights, afs_uint32 *outRights);
17
18 extern long cm_GetAccessRights(struct cm_scache *scp, struct cm_user *up,
19         struct cm_req *reqp);
20
21 extern int cm_accessPerFileCheck;
22 #endif /* OPENAFS_WINNT_AFSD_CM_ACCESS_H */