xref: /csrg-svn/sys/netiso/clnl.h (revision 63222)
149268Sbostic /*-
2*63222Sbostic  * Copyright (c) 1991, 1993
3*63222Sbostic  *	The Regents of the University of California.  All rights reserved.
449268Sbostic  *
549268Sbostic  * %sccs.include.redist.c%
649268Sbostic  *
7*63222Sbostic  *	@(#)clnl.h	8.1 (Berkeley) 06/10/93
849268Sbostic  */
949268Sbostic 
1036365Ssklower /***********************************************************
1136365Ssklower 		Copyright IBM Corporation 1987
1236365Ssklower 
1336365Ssklower                       All Rights Reserved
1436365Ssklower 
1536365Ssklower Permission to use, copy, modify, and distribute this software and its
1636365Ssklower documentation for any purpose and without fee is hereby granted,
1736365Ssklower provided that the above copyright notice appear in all copies and that
1836365Ssklower both that copyright notice and this permission notice appear in
1936365Ssklower supporting documentation, and that the name of IBM not be
2036365Ssklower used in advertising or publicity pertaining to distribution of the
2136365Ssklower software without specific, written prior permission.
2236365Ssklower 
2336365Ssklower IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
2436365Ssklower ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
2536365Ssklower IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
2636365Ssklower ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
2736365Ssklower WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
2836365Ssklower ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
2936365Ssklower SOFTWARE.
3036365Ssklower 
3136365Ssklower ******************************************************************/
3236365Ssklower 
3336365Ssklower /*
3436365Ssklower  * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
3536365Ssklower  */
3636365Ssklower struct clnl_protosw {
3736365Ssklower 	int (*clnl_input)();	/* input routine */
3836365Ssklower };
39