authorize_localname SPI now includes nametype

This commit is contained in:
Luke Howard
2011-04-09 11:34:19 +10:00
parent 1a8bb5143c
commit bac9c34172
3 changed files with 21 additions and 10 deletions

View File

@@ -499,6 +499,7 @@ typedef OM_uint32 GSSAPI_CALLCONV _gss_authorize_localname_t (
OM_uint32 *, /* minor_status */
const gss_name_t, /* name */
gss_const_buffer_t, /* user */
gss_const_OID, /* user_name_type */
int * /* user_ok */
);