summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-21 08:22:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-12-21 08:22:00 +0000
commitbcf198c74ae9911ff69617b46efbb38b90864535 (patch)
tree485b091652309a42ffa15fc922ad5c492209e504 /lib/libc/rpc
parent57afa3849518c2f1ecd3c5306d121366570fa237 (diff)
missed some function return types
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/rpc.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3
index 5f1e663d5bf..4eb3701a226 100644
--- a/lib/libc/rpc/rpc.3
+++ b/lib/libc/rpc/rpc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.3,v 1.11 1998/08/29 18:57:18 deraadt Exp $
+.\" $OpenBSD: rpc.3,v 1.12 1998/12/21 08:21:59 deraadt Exp $
.\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998
.\"
.Dd February 16, 1988
@@ -168,7 +168,9 @@
.Fn svcfd_create "int fd" "u_int sendsize" "u_int recvsize"
.Ft SVCXPRT *
.Fn svcudp_bufcreate "int sock"
+.Ft bool_t
.Fn xdr_accepted_reply "XDR *xdrs" "struct accepted_reply *ar"
+.Ft bool_t
.Fn xdr_authunix_parms "XDR *xdrs" "struct authunix_parms *aupp"
.Ft void
.Fn xdr_callhdr "XDR *xdrs" "struct rpc_msg *chdr"