rpc_gss_get_error — Get error details
Contents
Availability
The rpc_gss_get_error() function is part of libtirpc.
Description
Get details of the last RPCSEC_GSS error.
Name
rpc_gss_get_error — Get error details
Parameters
error A pointer to a structure where the error details will be returned
See Also
rpc(3), gssapi(3), rpcsec_gss(3)
Synopsis
#include<rpc/rpcsec_gss.h>voidrpc_gss_get_error(rpc_gss_error_t*error);
