diff options
Diffstat (limited to 'include/rpc/auth_des.h')
-rw-r--r-- | include/rpc/auth_des.h | 2 |
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); |