summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-12 12:13:37 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-12 12:13:37 +0000
commit97f567ae9585bb691148965bbbbdc018550d666b (patch)
tree5c040bfc9f6c5c51f5e60f2819b793d47f79ced8
parent9cfb8f7ee90477140d9bcdc7a3b825818ecbf36b (diff)
Notes
-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 f3697fa8a02f..fc1adbb3c9f7 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