tail head cat sleep
QR code linking to this page

Manual Pages  — RPC_GSS_GET_ERROR

NAME

rpc_gss_get_error – Get error details

CONTENTS

LIBRARY

RPC GSS-API Authentication Library (librpcsec_gss, -lrpcsec_gss)

SYNOPSIS

#include <rpc/rpcsec_gss.h>

void
rpc_gss_get_error(rpc_gss_error_t *error);

DESCRIPTION

Get details of the last RPCSEC_GSS error.

PARAMETERS

error A pointer to a structure where the error details will be returned

SEE ALSO

gssapi(3), rpc(3), rpcsec_gss(3)

HISTORY

The rpc_gss_get_error function first appeared in FreeBSD 8.0 .

AUTHORS

This manual page was written by Doug Rabson <Mt dfr@FreeBSD.org>.

RPC_GSS_GET_ERROR (3) January 26, 2010

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

“ Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
”
— Taylor's Laws of Programming