diff options
Diffstat (limited to 'sysdeps/generic/rpc/auth.h')
-rw-r--r-- | sysdeps/generic/rpc/auth.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/generic/rpc/auth.h b/sysdeps/generic/rpc/auth.h index 532c4d295f..b4022853d5 100644 --- a/sysdeps/generic/rpc/auth.h +++ b/sysdeps/generic/rpc/auth.h @@ -177,6 +177,11 @@ extern AUTH *authdes_create __P ((char *__servername, u_int __window, #define AUTH_DES 3 /* des style (encrypted timestamps) */ #define AUTH_KERB 4 /* kerberos style */ +/* + * XDR an opaque authentication struct. + */ +extern bool_t xdr_opaque_auth __P ((XDR *__xdrs, struct opaque_auth *__ap)); + __END_DECLS #endif /* rpc/auth.h */ |