route.h revision 13389
113389Sphk/*
213389Sphk *			User Process PPP
313389Sphk *
413389Sphk *	    Written by Toshiharu OHNO (tony-o@iij.ad.jp)
513389Sphk *
613389Sphk *   Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
713389Sphk *
813389Sphk * Redistribution and use in source and binary forms are permitted
913389Sphk * provided that the above copyright notice and this paragraph are
1013389Sphk * duplicated in all such forms and that any documentation,
1113389Sphk * advertising materials, and other materials related to such
1213389Sphk * distribution and use acknowledge that the software was developed
1313389Sphk * by the Internet Initiative Japan, Inc.  The name of the
1413389Sphk * IIJ may not be used to endorse or promote products derived
1513389Sphk * from this software without specific prior written permission.
1613389Sphk * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1713389Sphk * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1813389Sphk * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1913389Sphk *
2013389Sphk * $Id: main.c,v 1.12 1996/01/10 21:27:53 phk Exp $
2113389Sphk *
2213389Sphk */
2313389Sphk
2413389Sphk#ifndef _ROUTE_H_
2513389Sphk#define	_ROUTE_H_
2613389Sphkint GetIfIndex __P((char *));
2713389Sphk#endif
28