Deleted Added
full compact
rpc_msg.h (93032) rpc_msg.h (108533)
1/* $NetBSD: rpc_msg.h,v 1.11 2000/06/02 22:57:56 fvdl Exp $ */
2
3/*
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or

--- 16 unchanged lines hidden (view full) ---

25 * Sun has been advised of the possibility of such damages.
26 *
27 * Sun Microsystems, Inc.
28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 *
31 * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
32 * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
1/* $NetBSD: rpc_msg.h,v 1.11 2000/06/02 22:57:56 fvdl Exp $ */
2
3/*
4 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
5 * unrestricted use provided that this legend is included on all tape
6 * media and as a part of the software program in whole or part. Users
7 * may copy or modify Sun RPC without charge, but are not authorized
8 * to license or distribute it to anyone else except as part of a product or

--- 16 unchanged lines hidden (view full) ---

25 * Sun has been advised of the possibility of such damages.
26 *
27 * Sun Microsystems, Inc.
28 * 2550 Garcia Avenue
29 * Mountain View, California 94043
30 *
31 * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
32 * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
33 * $FreeBSD: head/include/rpc/rpc_msg.h 93032 2002-03-23 17:24:55Z imp $
33 * $FreeBSD: head/include/rpc/rpc_msg.h 108533 2003-01-01 18:49:04Z schweikh $
34 */
35
36/*
37 * rpc_msg.h
38 * rpc message definition
39 *
40 * Copyright (C) 1984, Sun Microsystems, Inc.
41 */

--- 140 unchanged lines hidden (view full) ---

182 * xdr_replymsg(xdrs, rmsg)
183 * XDR *xdrs;
184 * struct rpc_msg *rmsg;
185 */
186extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
187
188
189/*
34 */
35
36/*
37 * rpc_msg.h
38 * rpc message definition
39 *
40 * Copyright (C) 1984, Sun Microsystems, Inc.
41 */

--- 140 unchanged lines hidden (view full) ---

182 * xdr_replymsg(xdrs, rmsg)
183 * XDR *xdrs;
184 * struct rpc_msg *rmsg;
185 */
186extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
187
188
189/*
190 * XDR routine to handle a accepted rpc reply.
190 * XDR routine to handle an accepted rpc reply.
191 * xdr_accepted_reply(xdrs, rej)
192 * XDR *xdrs;
193 * struct accepted_reply *rej;
194 */
195extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
196
197/*
198 * XDR routine to handle a rejected rpc reply.

--- 16 unchanged lines hidden ---
191 * xdr_accepted_reply(xdrs, rej)
192 * XDR *xdrs;
193 * struct accepted_reply *rej;
194 */
195extern bool_t xdr_accepted_reply(XDR *, struct accepted_reply *);
196
197/*
198 * XDR routine to handle a rejected rpc reply.

--- 16 unchanged lines hidden ---