summaryrefslogtreecommitdiffstats
path: root/include/rpc/rpc_msg.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-03-12 12:13:37 +0000
committerbde <bde@FreeBSD.org>1995-03-12 12:13:37 +0000
commitfd469cc93aaabe79dae3d3138e39c63c04b7add6 (patch)
tree5c040bfc9f6c5c51f5e60f2819b793d47f79ced8 /include/rpc/rpc_msg.h
parent59448365483559658c205dffc403173c2b57df1b (diff)
downloadFreeBSD-src-fd469cc93aaabe79dae3d3138e39c63c04b7add6.zip
FreeBSD-src-fd469cc93aaabe79dae3d3138e39c63c04b7add6.tar.gz
Forward-declare `struct rpc_err' so that it isn't declared inside a
prototype when <rpc/clnt.h> isn't included.
Diffstat (limited to 'include/rpc/rpc_msg.h')
-rw-r--r--include/rpc/rpc_msg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index f3697fa..fc1adbb 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -28,7 +28,7 @@
*
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
- * $Id: rpc_msg.h,v 1.1 1993/10/27 05:40:49 paul Exp $
+ * $Id: rpc_msg.h,v 1.2 1994/08/07 18:40:59 wollman Exp $
*/
/*
@@ -189,6 +189,7 @@ extern bool_t xdr_replymsg __P((XDR *, struct rpc_msg *));
* struct rpc_msg *msg;
* struct rpc_err *error;
*/
+struct rpc_err;
extern void _seterr_reply __P((struct rpc_msg *, struct rpc_err *));
__END_DECLS
OpenPOWER on IntegriCloud