mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
Windows: Fix smb_GetCallerAccess prototype
to supress warnings. Change-Id: I7d6597457dfe3c99fe7b62621dbad5ffd2f4f0bd Reviewed-on: http://gerrit.openafs.org/8827 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
fc85e66d45
commit
b74c778bfd
@ -215,6 +215,6 @@ extern afs_int32 smb_IoctlGetVerifyData(struct smb_ioctl *ioctlp, struct cm_user
|
||||
|
||||
extern afs_int32 smb_IoctlSetVerifyData(struct smb_ioctl *ioctlp, struct cm_user *userp, afs_uint32 flags);
|
||||
|
||||
extern afs_int32 smb_IoctlGetCallerAccess(struct smb_ioctl_t *ioctlp, struct cm_user *userp, afs_uint32 flags);
|
||||
extern afs_int32 smb_IoctlGetCallerAccess(struct smb_ioctl *ioctlp, struct cm_user *userp, afs_uint32 flags);
|
||||
|
||||
#endif /* OPENAFS_WINNT_AFSD_SMB_IOCTL_H */
|
||||
|
Loading…
Reference in New Issue
Block a user