pred.h revision 13389
138494Sobrien/*
2174294Sobrien *	    Written by Toshiharu OHNO (tony-o@iij.ad.jp)
338494Sobrien *
438494Sobrien *   Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
538494Sobrien *
638494Sobrien * Redistribution and use in source and binary forms are permitted
738494Sobrien * provided that the above copyright notice and this paragraph are
838494Sobrien * duplicated in all such forms and that any documentation,
938494Sobrien * advertising materials, and other materials related to such
1038494Sobrien * distribution and use acknowledge that the software was developed
1138494Sobrien * by the Internet Initiative Japan.  The name of the
1238494Sobrien * IIJ may not be used to endorse or promote products derived
1338494Sobrien * from this software without specific prior written permission.
1438494Sobrien * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1538494Sobrien * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1638494Sobrien * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1738494Sobrien *
1838494Sobrien * $Id: ccp.h,v 1.2 1995/02/26 12:17:15 amurai Exp $
1938494Sobrien *
2042629Sobrien *	TODO:
2138494Sobrien */
2238494Sobrien
2338494Sobrien#ifndef _PRED_H_
2438494Sobrien#define	_PRED_H_
2538494Sobrien
2638494Sobrienextern void Pred1Output __P((int, u_short, struct mbuf *bp));
2738494Sobrienextern void Pred1Input __P((struct mbuf*));
2838494Sobrienextern void Pred1Init __P((int));
2938494Sobrien#endif
3038494Sobrien