Please wait until the page is fully downloaded and then press the "Expand" button or the blue line numbers.

0014001 /*
0014002 inet/proto.h
0014003 
0014004 Created:       Jan 2, 1992 by Philip Homburg
0014005 
0014006 Copyright 1995 Philip Homburg
0014007 */
0014008 
0014009 /* clock.c */
0014010 
0014011 _PROTOTYPE( void clck_tick, (message *mess) );
0014012 
0014013 /* mnx_eth.c */
0014014 
0014015 _PROTOTYPE( void eth_rec, (message *m) );
0014016 
0014017 /* sr.c */
0014018 
0014019 struct mq;
0014020 _PROTOTYPE( void sr_rec, (struct mq *m) );
0014021 
0014022 
0014023 
0014024 
0014025 /*
0014026  * $PchId: proto.h,v 1.4 1995/11/21 06:36:37 philip Exp $
0014027  */