[LIBTIRPC] Match rtime() propotype and implementation

This commit is contained in:
Pierre Schweitzer 2017-11-26 14:44:26 +01:00
parent b28272c545
commit 1feb8e627e
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -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