diff options
author | bde <bde@FreeBSD.org> | 2001-02-05 15:24:34 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-02-05 15:24:34 +0000 |
commit | 88cfc8e9de4b08902a113a1a75c13cc71959c462 (patch) | |
tree | 5233da3f1afe08362dfb4dc4a3f3aec26b90f744 /lib/libc/xdr | |
parent | 4846f5fbda4891afb9256098046f9c6f44cd41c8 (diff) | |
download | FreeBSD-src-88cfc8e9de4b08902a113a1a75c13cc71959c462.zip FreeBSD-src-88cfc8e9de4b08902a113a1a75c13cc71959c462.tar.gz |
Fixed errors in prototypes. Many were hiding under mdoc errors.
Diffstat (limited to 'lib/libc/xdr')
-rw-r--r-- | lib/libc/xdr/xdr.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index 95cb37c..0b933bc 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -10,6 +10,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.Fd "#include <rpc/types.h>" .Fd "#include <rpc/xdr.h>" .Pp See @@ -495,12 +496,15 @@ A filter primitive that translates between C integers and their external representations. This routine returns one if it succeeds, zero otherwise. .Pp +.Fd #ifdef _STDIO_H_ +.Fd /* XDR using stdio library */ .It Xo .Ft void .Xc .It Xo .Fn xdrstdio_create "XDR *xdrs" "FILE *file" "enum xdr_op op" .Xc +.Fd #endif .Pp This routine initializes the .Tn XDR |