From 7b57bfe5988e476ea40934457dfd1c8a231e2391 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 16 Apr 2011 21:59:36 -0400 Subject: Obsolete RPC implementation in libc. --- include/rpc/svc_auth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/rpc/svc_auth.h') diff --git a/include/rpc/svc_auth.h b/include/rpc/svc_auth.h index bf5ce91..582bb31 100644 --- a/include/rpc/svc_auth.h +++ b/include/rpc/svc_auth.h @@ -6,7 +6,7 @@ extern enum auth_stat _svcauth_unix (struct svc_req *rqst, struct rpc_msg *msg); extern enum auth_stat _svcauth_short (struct svc_req *rqst, struct rpc_msg *msg); -extern enum auth_stat _authenticate_internal (struct svc_req *__rqst, - struct rpc_msg *__msg) attribute_hidden; + +libc_hidden_proto (_authenticate) #endif -- cgit v1.1