route.h revision 13389
1314817Sngie/*
2272343Sngie *			User Process PPP
3272343Sngie *
4272343Sngie *	    Written by Toshiharu OHNO (tony-o@iij.ad.jp)
5272343Sngie *
6272343Sngie *   Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
7272343Sngie *
8272343Sngie * Redistribution and use in source and binary forms are permitted
9272343Sngie * provided that the above copyright notice and this paragraph are
10272343Sngie * duplicated in all such forms and that any documentation,
11272343Sngie * advertising materials, and other materials related to such
12272343Sngie * distribution and use acknowledge that the software was developed
13272343Sngie * by the Internet Initiative Japan, Inc.  The name of the
14272343Sngie * IIJ may not be used to endorse or promote products derived
15272343Sngie * from this software without specific prior written permission.
16272343Sngie * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
17272343Sngie * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
18272343Sngie * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19272343Sngie *
20272343Sngie * $Id: main.c,v 1.12 1996/01/10 21:27:53 phk Exp $
21272343Sngie *
22272343Sngie */
23272343Sngie
24272343Sngie#ifndef _ROUTE_H_
25272343Sngie#define	_ROUTE_H_
26272343Sngieint GetIfIndex __P((char *));
27272343Sngie#endif
28272343Sngie