about summary refs log tree commit diff
path: root/include/rpc/rpc_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/rpc_msg.h')
-rw-r--r--include/rpc/rpc_msg.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
deleted file mode 100644
index 93c5ab8764..0000000000
--- a/include/rpc/rpc_msg.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#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