mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[LIBTIRPC] Match rtime() propotype and implementation
This commit is contained in:
parent
b28272c545
commit
1feb8e627e
1 changed files with 4 additions and 0 deletions
4
dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h
vendored
4
dll/3rdparty/libtirpc/tirpc/rpc/auth_des.h
vendored
|
@ -121,8 +121,12 @@ __END_DECLS
|
|||
__BEGIN_DECLS
|
||||
extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
|
||||
extern bool_t xdr_authdes_verf(XDR *, struct authdes_verf *);
|
||||
#ifndef __REACTOS__
|
||||
extern int rtime(dev_t, struct netbuf *, int, struct timeval *,
|
||||
struct timeval *);
|
||||
#else
|
||||
extern int rtime(struct sockaddr_in *, struct timeval *, struct timeval *);
|
||||
#endif
|
||||
extern void kgetnetname(char *);
|
||||
extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
|
||||
__END_DECLS
|
||||
|
|
Loading…
Reference in a new issue