diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-21 19:59:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-21 19:59:41 +0000 |
commit | dbb3973392e51aa8cdd5ba00d465b6355c2bdde9 (patch) | |
tree | 5335402f3c9a6df5edaf1f29aeac367585105aea /lib | |
parent | 2693ee6baa7a33f2fdec6a1212e69f0b57c7bbed (diff) |
include file with proto
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/rpc/getrpcport.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/getrpcport.3 b/lib/libc/rpc/getrpcport.3 index 59c1cab134d..10c501569e7 100644 --- a/lib/libc/rpc/getrpcport.3 +++ b/lib/libc/rpc/getrpcport.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrpcport.3,v 1.3 1996/08/19 08:31:35 tholo Exp $ +.\" $OpenBSD: getrpcport.3,v 1.4 1997/07/21 19:59:40 deraadt Exp $ .\" .Dd October 6, 1987 .Dt GETRPCPORT 3 @@ -7,6 +7,7 @@ .Nm getrpcport .Nd get RPC port number .Sh SYNOPSIS +.Fd #include <rpc/rpc.h> .Ft int .Fn getrpcport "char *host" "int prognum" "int versnum" "int proto" .Sh DESCRIPTION |