summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-29 09:14:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-29 09:14:16 +0000
commit97256016ca92d13c3dfc92703e21bec1bcf13768 (patch)
tree2c42773d296fd1dea28ad48e9280dce71925dac8 /include
parent806e0c13ac10d8008857ec507f62d254a565ffe6 (diff)
proto bindresvport() here
Diffstat (limited to 'include')
-rw-r--r--include/rpc/rpc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index 89b48ac3d2d..90d9a45bfa8 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -87,6 +87,9 @@ extern struct rpcent *getrpcbynumber __P((int));
extern struct rpcent *getrpcent __P((void));
extern void setrpcent __P((int));
extern void endrpcent __P((void));
+
+extern int bindresvport __P((int, struct sockaddr_in *));
+
__END_DECLS
#endif /* !_RPC_RPC_H */