From b74c778bfd70c6db65e9c6d686b2482ae6a72bbe Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 19 Dec 2012 16:47:36 -0500 Subject: [PATCH] Windows: Fix smb_GetCallerAccess prototype to supress warnings. Change-Id: I7d6597457dfe3c99fe7b62621dbad5ffd2f4f0bd Reviewed-on: http://gerrit.openafs.org/8827 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- src/WINNT/afsd/smb_ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/smb_ioctl.h b/src/WINNT/afsd/smb_ioctl.h index 7e1168aff..19223f4cf 100644 --- a/src/WINNT/afsd/smb_ioctl.h +++ b/src/WINNT/afsd/smb_ioctl.h @@ -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 */ -- 2.39.5