about summary refs log tree commit diff
path: root/REORG.TODO/include/rpc/rpc_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/rpc/rpc_msg.h')
-rw-r--r--REORG.TODO/include/rpc/rpc_msg.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/REORG.TODO/include/rpc/rpc_msg.h b/REORG.TODO/include/rpc/rpc_msg.h
new file mode 100644
index 0000000000..93c5ab8764
--- /dev/null
+++ b/REORG.TODO/include/rpc/rpc_msg.h
@@ -0,0 +1,20 @@
+#ifndef _RPC_MSG_H
+#include <sunrpc/rpc/rpc_msg.h>
+
+# ifndef _ISOMAC
+
+libc_hidden_proto (_seterr_reply)
+
+/* Now define the internal interfaces.  */
+
+extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr);
+extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar);
+
+libc_hidden_proto (xdr_accepted_reply)
+libc_hidden_proto (xdr_callhdr)
+libc_hidden_proto (xdr_callmsg)
+libc_hidden_proto (xdr_rejected_reply)
+libc_hidden_proto (xdr_replymsg)
+
+# endif /* !_ISOMAC */
+#endif