Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
[glibc.git] / include / rpc / svc_auth.h
blob2609d195448751ce9bed6239cf30a30356f70e84
1 #ifndef _RPC_SVC_AUTH_H
2 #include <sunrpc/rpc/svc_auth.h>
4 # ifndef _ISOMAC
6 /* Now define the internal interfaces. */
7 extern enum auth_stat _svcauth_unix (struct svc_req *rqst,
8 struct rpc_msg *msg);
9 extern enum auth_stat _svcauth_short (struct svc_req *rqst,
10 struct rpc_msg *msg);
12 libc_hidden_proto (_authenticate)
14 # endif /* !_ISOMAC */
15 #endif