summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-13 15:09:48 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-13 15:09:48 +0000
commit42b4f28ebdf07192c1a09a8711cb7c31a09b9381 (patch)
treefbb738cf0fd3ade6d714664f9001020842568b9d /include/rpc
parent5d60ed0e69a3491f6983e5d73cfd6abac8ee2f8e (diff)
Notes
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/rpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 5a2948da7f4d..ccfa30f253b5 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -87,6 +87,7 @@ extern void setrpcent __P((int));
extern void endrpcent __P((void));
extern int bindresvport __P((int, struct sockaddr_in *));
+extern int bindresvport2 __P((int, struct sockaddr *, int addrlen));
extern int get_myaddress __P((struct sockaddr_in *));
__END_DECLS