X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fsunrpc%2Fgss_asn1.h;h=3ccecd0ad22984b4eb26558b1696affcb171db48;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=bb5f84adcb5b862cee40db453febe9366f9d8a1d;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/sunrpc/gss_asn1.h b/include/linux/sunrpc/gss_asn1.h index bb5f84adc..3ccecd0ad 100644 --- a/include/linux/sunrpc/gss_asn1.h +++ b/include/linux/sunrpc/gss_asn1.h @@ -69,11 +69,8 @@ u32 g_verify_token_header( struct xdr_netobj *mech, int *body_size, unsigned char **buf_in, - int tok_type, int toksize); -u32 g_get_mech_oid(struct xdr_netobj *mech, struct xdr_netobj * in_buf); - int g_token_size( struct xdr_netobj *mech, unsigned int body_size); @@ -81,5 +78,4 @@ int g_token_size( void g_make_token_header( struct xdr_netobj *mech, int body_size, - unsigned char **buf, - int tok_type); + unsigned char **buf);