summaryrefslogtreecommitdiff
path: root/tirpc/rpc/auth_des.h
diff options
context:
space:
mode:
Diffstat (limited to 'tirpc/rpc/auth_des.h')
-rw-r--r--tirpc/rpc/auth_des.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tirpc/rpc/auth_des.h b/tirpc/rpc/auth_des.h
index 8abb4ca..77e169d 100644
--- a/tirpc/rpc/auth_des.h
+++ b/tirpc/rpc/auth_des.h
@@ -127,6 +127,8 @@ extern "C" {
#endif
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
+extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
+ struct timeval *);
extern void kgetnetname(char *);
extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
#ifdef __cplusplus