summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-10-25 12:34:56 -0400
committerSteve Dickson <steved@redhat.com>2022-10-25 12:34:56 -0400
commita013336ecdc476d7357398d9cd24b114070bb767 (patch)
tree5ec8af926625e4f31c6c1e418e316bd3da8ddfae
parent55526c52a449907e4d34b829b96141afab530b23 (diff)
downloadti-rpc-a013336ecdc476d7357398d9cd24b114070bb767.tar.gz
Add missing extern
Fixes compilation warning. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--src/svc_auth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/svc_auth.c b/src/svc_auth.c
index ce8bbd8..789d6af 100644
--- a/src/svc_auth.c
+++ b/src/svc_auth.c
@@ -66,6 +66,9 @@ static struct authsvc *Auths = NULL;
extern SVCAUTH svc_auth_none;
+#ifdef AUTHDES_SUPPORT
+extern enum auth_stat _svcauth_des(struct svc_req *rqst, struct rpc_msg *msg);
+#endif
/*
* The call rpc message, msg has been obtained from the wire. The msg contains
* the raw form of credentials and verifiers. authenticate returns AUTH_OK