1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Obsolete RPC implementation in libc.

This commit is contained in:
Ulrich Drepper
2011-04-16 21:59:36 -04:00
parent e6c6149412
commit 7b57bfe598
71 changed files with 991 additions and 621 deletions

View File

@@ -1,15 +1,12 @@
#include <sunrpc/rpc/key_prot.h>
extern bool_t xdr_cryptkeyres_internal (XDR *xdrs, cryptkeyres *objp)
attribute_hidden;
extern bool_t xdr_keystatus_internal (XDR *, keystatus*) attribute_hidden;
extern bool_t xdr_keybuf_internal (XDR *, keybuf) attribute_hidden;
extern bool_t xdr_cryptkeyarg_internal (XDR *, cryptkeyarg*) attribute_hidden;
extern bool_t xdr_cryptkeyarg2_internal (XDR *, cryptkeyarg2*)
attribute_hidden;
extern bool_t xdr_key_netstres_internal (XDR *, key_netstres*)
attribute_hidden;
extern bool_t xdr_key_netstarg_internal (XDR *, key_netstarg*)
attribute_hidden;
extern bool_t xdr_netnamestr_internal (XDR *, netnamestr*) attribute_hidden;
extern bool_t xdr_unixcred_internal (XDR *, unixcred*) attribute_hidden;
libc_hidden_proto (xdr_cryptkeyarg)
libc_hidden_proto (xdr_cryptkeyarg2)
libc_hidden_proto (xdr_cryptkeyres)
libc_hidden_proto (xdr_key_netstarg)
libc_hidden_proto (xdr_key_netstres)
libc_hidden_proto (xdr_keybuf)
libc_hidden_proto (xdr_keystatus)
libc_hidden_proto (xdr_getcredres)
libc_hidden_proto (xdr_netnamestr)
libc_hidden_proto (xdr_unixcred)