repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
rpc
/
svc_auth.h
blob
9d2462bacbb899a62128cd15b14953e3e8603e39
1
#ifndef _RPC_SVC_AUTH_H
2
#include <sunrpc/rpc/svc_auth.h>
3
4
/* Now define the internal interfaces. */
5
extern
enum
auth_stat
_svcauth_unix
(
struct
svc_req
*
rqst
,
6
struct
rpc_msg
*
msg
);
7
extern
enum
auth_stat
_svcauth_short
(
struct
svc_req
*
rqst
,
8
struct
rpc_msg
*
msg
);
9
10
11
12
#endif