diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/netiso/clnl.h | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Release FreeBSD 1.1upstream/1.1.0_cvsrelease/1.1.0_cvs
This commit was manufactured to restore the state of the 1.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sys/netiso/clnl.h')
| -rw-r--r-- | sys/netiso/clnl.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/netiso/clnl.h b/sys/netiso/clnl.h index 5280a5d9fc8f..3008e958a460 100644 --- a/sys/netiso/clnl.h +++ b/sys/netiso/clnl.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)clnl.h 7.3 (Berkeley) 5/6/91 - * $Id: clnl.h,v 1.2 1993/10/16 21:04:41 rgrimes Exp $ + * $Id: clnl.h,v 1.4 1993/11/25 01:35:37 wollman Exp $ */ /*********************************************************** @@ -57,9 +57,14 @@ SOFTWARE. ******************************************************************/ +#ifndef _NETISO_CLNL_H_ +#define _NETISO_CLNL_H_ 1 + /* * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison */ struct clnl_protosw { - int (*clnl_input)(); /* input routine */ + void (*clnl_input)(struct mbuf *, struct snpa_hdr *); + /* input routine */ }; +#endif /* _NETISO_CLNL_H_ */ |
