summaryrefslogtreecommitdiff
path: root/include/rpc/auth_des.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-06 01:23:20 +0000
committerRoland McGrath <roland@gnu.org>2002-08-06 01:23:20 +0000
commitcd4c174b680666cd27407ca5cd972e77cb772fff (patch)
treee7fccbaf301b21eb4150c7c685eae57192e935ef /include/rpc/auth_des.h
parentf884de5be9f507f635acea32b127d0ba3985d59f (diff)
2002-08-05 Roland McGrath <roland@redhat.com>
* include/rpc/svc.h: Use libc_hidden_proto for xprt_register, xprt_unregister. * sunrpc/svc.c: Add libc_hidden_def. * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport, pmap_set, pmap_unset. * sunrpc/pmap_clnt.c: Add libc_hidden_def. * sunrpc/pm_getport.c: Likewise. * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey. * sunrpc/publickey.c: Add libc_hidden_def.
Diffstat (limited to 'include/rpc/auth_des.h')
-rw-r--r--include/rpc/auth_des.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h
index 014b30ca11..4cacffa95b 100644
--- a/include/rpc/auth_des.h
+++ b/include/rpc/auth_des.h
@@ -2,6 +2,8 @@
#include <sunrpc/rpc/auth_des.h>
+libc_hidden_proto (getpublickey)
+
extern bool_t xdr_authdes_cred (XDR *xdrs, struct authdes_cred *cred);
extern bool_t xdr_authdes_verf (register XDR *xdrs,
register struct authdes_verf *verf);