diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-14 23:14:08 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-14 23:14:08 +0000 |
| commit | 261e68702a38d572e9d22ce6bd7e68db2b6a007e (patch) | |
| tree | 871ec352fae161b6dc26f0d150103438caa1d08f /lib/libc/rpc | |
| parent | cffc0b5784e3c021ce62c949f9a3859da4764dd5 (diff) | |
Notes
Diffstat (limited to 'lib/libc/rpc')
| -rw-r--r-- | lib/libc/rpc/rpc_com.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/rpc/rpc_com.h b/lib/libc/rpc/rpc_com.h index 61057a9181cd..9686e1194805 100644 --- a/lib/libc/rpc/rpc_com.h +++ b/lib/libc/rpc/rpc_com.h @@ -76,6 +76,10 @@ int __rpc_sockisbound(int); struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *, const char *, CLIENT **); +struct netbuf *__rpcb_findaddr_timed(rpcprog_t, rpcvers_t, + const struct netconfig *, const char *host, CLIENT **clpp, + struct timeval *tp); + bool_t __rpc_control(int,void *); char *_get_next_token(char *, int); |
