xref: /freebsd/include/rpcsvc/rwall.x (revision 5b31cc94b10d4bb7109c6b27940a0fc76a44a331)
19bd1654aSBill Paul %/*
29bd1654aSBill Paul % * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
39bd1654aSBill Paul % * unrestricted use provided that this legend is included on all tape
49bd1654aSBill Paul % * media and as a part of the software program in whole or part.  Users
59bd1654aSBill Paul % * may copy or modify Sun RPC without charge, but are not authorized
69bd1654aSBill Paul % * to license or distribute it to anyone else except as part of a product or
79bd1654aSBill Paul % * program developed by the user or with the express written consent of
89bd1654aSBill Paul % * Sun Microsystems, Inc.
99bd1654aSBill Paul % *
109bd1654aSBill Paul % * SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
119bd1654aSBill Paul % * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
129bd1654aSBill Paul % * PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
139bd1654aSBill Paul % *
149bd1654aSBill Paul % * Sun RPC is provided with no support and without any obligation on the
159bd1654aSBill Paul % * part of Sun Microsystems, Inc. to assist in its use, correction,
169bd1654aSBill Paul % * modification or enhancement.
179bd1654aSBill Paul % *
189bd1654aSBill Paul % * SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
199bd1654aSBill Paul % * INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
209bd1654aSBill Paul % * OR ANY PART THEREOF.
219bd1654aSBill Paul % *
229bd1654aSBill Paul % * In no event will Sun Microsystems, Inc. be liable for any lost revenue
239bd1654aSBill Paul % * or profits or other special, indirect and consequential damages, even if
249bd1654aSBill Paul % * Sun has been advised of the possibility of such damages.
259bd1654aSBill Paul % *
269bd1654aSBill Paul % * Sun Microsystems, Inc.
279bd1654aSBill Paul % * 2550 Garcia Avenue
289bd1654aSBill Paul % * Mountain View, California  94043
299bd1654aSBill Paul % */
3075b63130SGarrett Wollman 
319bd1654aSBill Paul %/*
329bd1654aSBill Paul % * Copyright (c) 1984, 1990 by Sun Microsystems, Inc.
339bd1654aSBill Paul % */
3475b63130SGarrett Wollman 
359bd1654aSBill Paul #ifdef RPC_HDR
369bd1654aSBill Paul %
379bd1654aSBill Paul %#ifndef _rpcsvc_rwall_h
389bd1654aSBill Paul %#define _rpcsvc_rwall_h
399bd1654aSBill Paul %
409bd1654aSBill Paul %typedef char *wrapstring;
419bd1654aSBill Paul %
4275b63130SGarrett Wollman #endif
4375b63130SGarrett Wollman 
4475b63130SGarrett Wollman program WALLPROG {
4575b63130SGarrett Wollman 	version WALLVERS {
469bd1654aSBill Paul 		void
479bd1654aSBill Paul 		WALLPROC_WALL(wrapstring) = 2;
489bd1654aSBill Paul 
4975b63130SGarrett Wollman 	} = 1;
5075b63130SGarrett Wollman } = 100008;
519bd1654aSBill Paul 
529bd1654aSBill Paul #ifdef RPC_HDR
539bd1654aSBill Paul %
549bd1654aSBill Paul %#endif /* ! _rpcsvc_rwall_h */
559bd1654aSBill Paul #endif
56