arp.h revision 28679
118334Speter/*
218334Speter *			User Process PPP
318334Speter *
418334Speter *	    Written by Toshiharu OHNO (tony-o@iij.ad.jp)
518334Speter *
618334Speter *   Copyright (C) 1993, Internet Initiative Japan, Inc. All rights reserverd.
718334Speter *
818334Speter * Redistribution and use in source and binary forms are permitted
918334Speter * provided that the above copyright notice and this paragraph are
1018334Speter * duplicated in all such forms and that any documentation,
1118334Speter * advertising materials, and other materials related to such
1218334Speter * distribution and use acknowledge that the software was developed
1318334Speter * by the Internet Initiative Japan, Inc.  The name of the
1418334Speter * IIJ may not be used to endorse or promote products derived
1518334Speter * from this software without specific prior written permission.
1618334Speter * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1718334Speter * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1818334Speter * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1918334Speter *
2018334Speter * $Id: arp.h,v 1.4 1997/06/09 03:27:12 brian Exp $
2118334Speter *
2218334Speter */
2318334Speter
2418334Speter#ifndef _ARP_H_
2518334Speter#define	_ARP_H_
2618334Speterextern int cifproxyarp(int, u_long);
2718334Speterextern int sifproxyarp(int, u_long);
2818334Speter
2918334Speter#endif
3018334Speter