From: Jeffrey Altman Date: Wed, 19 Dec 2012 21:47:36 +0000 (-0500) Subject: Windows: Fix smb_GetCallerAccess prototype X-Git-Tag: upstream/1.8.0_pre1^2~1704 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b74c778bfd70c6db65e9c6d686b2482ae6a72bbe;p=packages%2Fo%2Fopenafs.git 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 --- 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 */