diff options
author | alfred <alfred@FreeBSD.org> | 2002-07-14 23:14:08 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-07-14 23:14:08 +0000 |
commit | 4add317b3c11065f9e2d26c162f2ac7979e55451 (patch) | |
tree | 871ec352fae161b6dc26f0d150103438caa1d08f /lib/libc/rpc | |
parent | 2d2461dde0d35597201455461cf1edbbb22489ff (diff) | |
download | FreeBSD-src-4add317b3c11065f9e2d26c162f2ac7979e55451.zip FreeBSD-src-4add317b3c11065f9e2d26c162f2ac7979e55451.tar.gz |
Add a prototype for __rpcb_findaddr_timed to silence a warning.
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 61057a9..9686e11 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); |